13 lines
182 B
SCSS
13 lines
182 B
SCSS
|
.countLines {
|
||
|
flex: 0.15;
|
||
|
margin-left: 10px;
|
||
|
font-size: 24px;
|
||
|
color: orangered;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.titleDialog {
|
||
|
font-size: 16px;
|
||
|
font-weight: 600;
|
||
|
}
|