specify footer style and fix button
This commit is contained in:
parent
ccca826e86
commit
b6d437d4e0
|
@ -132,6 +132,8 @@ input[type=text]:focus {
|
|||
|
||||
.button {
|
||||
font-family: inherit;
|
||||
font-style: normal !important;
|
||||
text-decoration: none !important;
|
||||
height: 25px;
|
||||
box-shadow: 0 1px 1px rgba(12,13,14,0.15),inset 0 1px 0 0 #fff;
|
||||
display: inline-block;
|
||||
|
@ -150,3 +152,13 @@ input[type=text]:focus {
|
|||
color: $dark;
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-style: italic;
|
||||
padding: 20px 0 20px 0;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
a:visited {
|
||||
color: $dark;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue