feat: initial implementation of responsive app panes (#1198)
This commit is contained in:
@@ -74,10 +74,13 @@ $heading-height: 75px;
|
||||
font-size: calc(var(--sn-stylekit-base-font-size) - 2px);
|
||||
text-transform: none;
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.desc,
|
||||
.message:not(.warning):not(.danger) {
|
||||
.message:not(.warning):not(.text-danger) {
|
||||
opacity: 0.35;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user