20 lines
328 B
SCSS
20 lines
328 B
SCSS
@use '../mixins/mixins.scss' as *;
|
|
|
|
@include b(row-notice-bar) {
|
|
position: relative;
|
|
width: auto;
|
|
min-width: 0;
|
|
padding-left: 100%;
|
|
|
|
color: inherit;
|
|
background-color: transparent;
|
|
|
|
@include e(value) {
|
|
display: inline;
|
|
word-break: keep-all;
|
|
white-space: nowrap;
|
|
width: auto;
|
|
min-width: 0;
|
|
}
|
|
}
|