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:
parent
14e02b1c67
commit
7dc00a77d3
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user