mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
mucho updato around buttons to fix some stuff that was introduced with the bootstrap update
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
-------------------------------------------------- */
|
||||
|
||||
// Links
|
||||
@linkColor: #08b5fb;
|
||||
@linkColor: #0069d6;
|
||||
@linkColorHover: darken(@linkColor, 10);
|
||||
|
||||
// Grays
|
||||
@@ -178,7 +178,7 @@
|
||||
text-shadow: @textShadow;
|
||||
color: @textColor;
|
||||
font-size: @fontSize;
|
||||
line-height: 20px;
|
||||
line-height: @baseline;
|
||||
.border-radius(@borderRadius);
|
||||
@shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.25);
|
||||
.box-shadow(@shadow);
|
||||
|
||||
Reference in New Issue
Block a user