refactor(frontend): scss deprecated 警告に対応 (#14513)
This commit is contained in:
@@ -508,10 +508,6 @@ defineExpose({
|
||||
.header {
|
||||
--height: 39px;
|
||||
|
||||
&.mini {
|
||||
--height: 32px;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
@@ -524,6 +520,10 @@ defineExpose({
|
||||
//border-bottom: solid 1px var(--divider);
|
||||
font-size: 90%;
|
||||
font-weight: bold;
|
||||
|
||||
&.mini {
|
||||
--height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.headerButton {
|
||||
|
Reference in New Issue
Block a user