mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Swap -small and -large variables for -sm and -lg
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@
|
||||
background-color: @popover-bg;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid @popover-border-color;
|
||||
.border-radius(@border-radius-large);
|
||||
.border-radius(@border-radius-lg);
|
||||
.box-shadow(0 5px 10px rgba(0,0,0,.2));
|
||||
|
||||
// Overrides for proper insertion
|
||||
@@ -38,7 +38,7 @@
|
||||
font-size: @font-size-base;
|
||||
background-color: @popover-title-bg;
|
||||
border-bottom: 1px solid darken(@popover-title-bg, 5%);
|
||||
border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;
|
||||
border-radius: (@border-radius-lg - 1) (@border-radius-lg - 1) 0 0;
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
|
||||
Reference in New Issue
Block a user