kgroad-frontend2/src/Features/CreateReportMap/CreateReportMap.scss
2024-02-02 17:35:09 +06:00

32 lines
493 B
SCSS

.create-report-map {
height: 410px;
display: grid;
grid-template-columns: 1fr 290px;
border-radius: 6px;
border: 1px solid #c5c6c5;
&__info {
padding: 20px 5px 20px 20px;
display: flex;
flex-direction: column;
gap: 11px;
h4 {
color: #32303a;
font-size: 18px;
font-weight: 500;
}
p {
color: #32303a;
font-size: 16px;
font-weight: 400;
line-height: 140%;
span {
color: #666;
}
}
}
}