添加 text-loud 功能类

This commit is contained in:
liaoxuezhi 2019-10-30 13:09:44 +08:00
parent 7a277dfd56
commit 3d90b5d707
1 changed files with 14 additions and 7 deletions

View File

@ -67,6 +67,10 @@
color: $text--muted-color;
}
.text-loud {
color: $text--loud-color;
}
.clearfix {
@include clearfix();
}
@ -1203,6 +1207,7 @@
@include media-breakpoint-up(sm) {
.#{$ns}Form-col {
&.w,
&.w-xs,
&.w-sm &.w-md &.w-lg {
@ -1287,8 +1292,9 @@
-webkit-overflow-scrolling: touch;
&.hover {
&,
& > .cell-inner {
&>.cell-inner {
overflow-y: hidden !important;
}
@ -1298,15 +1304,16 @@
overflow: visible;
overflow-y: auto;
& > .cell-inner {
&>.cell-inner {
overflow-y: auto !important;
}
}
}
.smart & {
&,
& > .cell-inner {
&>.cell-inner {
overflow-y: auto !important;
}
}
@ -1337,11 +1344,11 @@
.hover-anchor:hover,
.hover-anchor:focus,
.hover-anchor:active {
& > .hover-action {
&>.hover-action {
display: inherit;
}
& > .hover-rotate {
&>.hover-rotate {
transform: rotate(90deg);
}
}
@ -1406,7 +1413,7 @@
width: 100%;
height: 100%;
& > .col {
&>.col {
display: table-cell;
vertical-align: top;
height: 100%;
@ -1592,4 +1599,4 @@
.no-padder-xs {
padding: 0 !important;
}
}
}