update assets from bootstrap@3.3.7

This commit is contained in:
Vu Nguyen
2021-01-14 20:39:47 -06:00
parent 3deee881b1
commit ba3182fd59
73 changed files with 3046 additions and 5453 deletions

View File

@@ -1,7 +1,10 @@
// stylelint-disable property-no-vendor-prefix
//
// Close icons
// --------------------------------------------------
.close {
float: right;
font-size: (@font-size-base * 1.5);
@@ -9,14 +12,14 @@
line-height: 1;
color: @close-color;
text-shadow: @close-text-shadow;
.opacity(0.2);
.opacity(.2);
&:hover,
&:focus {
color: @close-color;
text-decoration: none;
cursor: pointer;
.opacity(0.5);
.opacity(.5);
}
// Additional properties for button version
@@ -29,5 +32,6 @@
background: transparent;
border: 0;
-webkit-appearance: none;
appearance: none;
}
}