mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-08 06:21:29 +02:00
v.0.5.1
This commit is contained in:
parent
261527905b
commit
554378b49b
65 changed files with 824 additions and 715 deletions
10
_sass/vendor/bootstrap/_popovers.scss
vendored
10
_sass/vendor/bootstrap/_popovers.scss
vendored
|
@ -11,7 +11,12 @@
|
|||
display: none;
|
||||
max-width: $popover-max-width;
|
||||
padding: 1px;
|
||||
text-align: left; // Reset given new insertion method
|
||||
// Reset font and text properties given new insertion method
|
||||
font-family: $font-family-base;
|
||||
font-size: $font-size-base;
|
||||
font-weight: normal;
|
||||
line-height: $line-height-base;
|
||||
text-align: left;
|
||||
background-color: $popover-bg;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid $popover-fallback-border-color;
|
||||
|
@ -33,8 +38,6 @@
|
|||
margin: 0; // reset heading margin
|
||||
padding: 8px 14px;
|
||||
font-size: $font-size-base;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
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;
|
||||
|
@ -129,5 +132,4 @@
|
|||
bottom: -$popover-arrow-width;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue