1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-23 05:15:10 +02:00

merge and gulped

This commit is contained in:
Federico Pérez
2019-04-09 11:11:35 -03:00
11 changed files with 3059 additions and 280 deletions

View File

@@ -1,5 +1,5 @@
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
line-height: 1.4;
max-width: 800px;
@@ -18,4 +18,4 @@ button, input, textarea {
color $animation-duration linear,
box-shadow $animation-duration linear,
transform $animation-duration ease;
}
}

View File

@@ -15,8 +15,13 @@ table {
td, th {
padding: 6px;
text-align: left;
}
table, th, td {
border: 1px solid $border;
th {
border-bottom: 1px solid $border;
}
tbody tr:nth-child(even) {
background-color: $background-alt;
}