forked from mandorinn/eSix-Cafe
add $ui-state-highlight-short setting (for the viewing sample box)
intended for the regular css file. these new settings shouldnt be altered when generating the stylus css file.
This commit is contained in:
parent
10574ac640
commit
9056409512
@ -2,3 +2,5 @@ $theme-pack: "classic";
|
||||
$profile-picture-circle: 1;
|
||||
$comment-buttons: 1;
|
||||
$name-rank-border-colors: 1;
|
||||
|
||||
$ui-state-highlight-short: 1;
|
||||
|
@ -13,5 +13,8 @@
|
||||
border-left: .25rem solid var(--elements-highlight) !important;
|
||||
border-radius: 2px 8px 8px 2px;
|
||||
font-size: .8rem !important;
|
||||
width: fit-content;
|
||||
|
||||
@if $ui-state-highlight-short == 1 {
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user