Restyled last push widget. Increased line-height for td in tables
This commit is contained in:
parent
42abdf69d5
commit
e51b2d58e7
12 changed files with 59 additions and 23 deletions
|
@ -24,6 +24,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.btn-info {
|
||||
background:#5aB9C3;
|
||||
border-color: $blue_link;
|
||||
color:#fff;
|
||||
text-shadow: 0 1px 1px #268;
|
||||
&:hover {
|
||||
background:$blue_link;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
color:#fff;
|
||||
background:#29B;
|
||||
}
|
||||
}
|
||||
|
||||
&.success {
|
||||
@extend .btn-success;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue