22 lines
258 B
SCSS
22 lines
258 B
SCSS
.titleContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
gap: 6px;
|
|
}
|
|
|
|
.icon {
|
|
width: 16px;
|
|
height: 16px;
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.title {
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
} |