Improve semantics and add ring support
This commit is contained in:
parent
807444f69a
commit
f81853e85e
|
@ -138,28 +138,26 @@ input[type=text]:focus {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
box-shadow: 0 1px 1px rgba(12,13,14,0.15),inset 0 1px 0 0 #fff;
|
box-shadow: 0 1px 1px rgba(12,13,14,0.15),inset 0 1px 0 0 #fff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 1.5px;
|
|
||||||
color: $dark;
|
color: $dark;
|
||||||
text-shadow: 0 1px 0 #fff;
|
text-shadow: 0 1px 0 #fff;
|
||||||
background-color: #e4e6e8;
|
background-color: #e4e6e8;
|
||||||
border: 1px solid #9fa6ad;
|
border: 1px solid #9fa6ad;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 2px 0;
|
padding: 0px 4px 4px;
|
||||||
|
|
||||||
p {
|
|
||||||
padding: .2rem;
|
|
||||||
margin: .5rem .2rem;
|
|
||||||
color: $dark;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
font-style: italic;
|
|
||||||
padding: 20px 0 20px 0;
|
padding: 20px 0 20px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
a:visited {
|
a:visited {
|
||||||
color: $dark;
|
color: $dark;
|
||||||
}
|
}
|
||||||
|
.ring {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
.boring_stuff {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue