1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 05:42:00 +02:00

improve example tab bar styles

This commit is contained in:
Ian Storm Taylor 2016-07-06 14:54:13 -07:00
parent 14e02b1c67
commit 7dc00a77d3

View File

@ -1,11 +1,14 @@
html {
padding: 20px;
font-family: 'Roboto', sans-serif;
line-height: 1.4;
background: #eee;
}
body {
margin: 0;
}
p {
margin: 0;
}
@ -54,23 +57,24 @@ td {
*/
.tabs {
padding: 20px;
background-color: #222;
text-align: center;
margin-bottom: 30px;
}
.tab {
color: #aaa;
color: #777;
display: inline-block;
text-decoration: none;
}
.tab + .tab {
margin-left: 20px;
margin-left: 30px;
}
.tab.active {
color: black;
font-weight: bold;
color: white;
}
/**