mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
15 lines
223 B
SCSS
15 lines
223 B
SCSS
@mixin title-container {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
@mixin icon-container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 24px;
|
|
width: 24px;
|
|
color: #888a;
|
|
}
|