13 lines
197 B
SCSS
13 lines
197 B
SCSS
![]() |
.sub-header {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
//margin-bottom: 1em;
|
||
|
|
||
|
|
||
|
.btn {
|
||
|
//height: 32px;
|
||
|
//line-height: 1;
|
||
|
//border-radius: 16px;
|
||
|
}
|
||
|
}
|