|
|
|
@ -113,6 +113,15 @@ a {
|
|
|
|
|
line-height: $bar-base-height; |
|
|
|
|
text-align: left; |
|
|
|
|
} |
|
|
|
|
// `bar-nav` in popovers |
|
|
|
|
.popover { |
|
|
|
|
.bar { |
|
|
|
|
border-radius: 0; |
|
|
|
|
} |
|
|
|
|
.bar ~ .table-view { |
|
|
|
|
padding-top: $bar-base-height; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -125,15 +134,6 @@ a {
|
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// `bar-nav` in popovers |
|
|
|
|
.popover { |
|
|
|
|
.bar { |
|
|
|
|
border-radius: 0; |
|
|
|
|
} |
|
|
|
|
.bar ~ .table-view { |
|
|
|
|
padding-top: $bar-base-height; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Table views |
|
|
|
|
// -------------------------------------------------- |
|
|
|
@ -244,6 +244,8 @@ textarea,
|
|
|
|
|
// -------------------------------------------------- |
|
|
|
|
|
|
|
|
|
.btn { |
|
|
|
|
padding: 8px 15px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: $text-color; |
|
|
|
|
background-color: #cecece; |
|
|
|
|
border: 0; |
|
|
|
@ -259,6 +261,7 @@ textarea,
|
|
|
|
|
box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar { |
|
|
|
|
.btn { |
|
|
|
|
padding-top: 9px; |
|
|
|
@ -277,7 +280,6 @@ textarea,
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Other button types |
|
|
|
|
// -------------------------------------------------- |
|
|
|
|
|
|
|
|
@ -385,6 +387,12 @@ textarea,
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Block buttons |
|
|
|
|
.btn-block { |
|
|
|
|
padding: 15px 0; |
|
|
|
|
font-size: 18px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Buttons in nav bars |
|
|
|
|
// -------------------------------------------------- |
|
|
|
|
|
|
|
|
|