SPACEBROWSER_INTERFACE/interface_base/master_styles/COMPONENT SCSS/InfoSection.scss
2025-08-07 20:28:59 -04:00

32 lines
484 B
SCSS

.info-section {
display: flex;
flex-grow: 1;
flex-direction: row;
padding: 10px;
border-radius: 8px;
color: #121212;
background: #f3f3f3;
&--content {
display: flex;
flex-direction: column;
margin-left: 12px;
}
&--title {
font-weight: 600 !important;
font-size: 15px !important;
line-height: 24px;
}
&--text {
font-size: 15px !important;
line-height: 24px;
}
&--close {
margin-left: auto;
cursor: pointer;
}
}