sigit.io/src/pages/create/style.module.scss

40 lines
568 B
SCSS
Raw Normal View History

@import '../../colors.scss';
.container {
display: flex;
flex-direction: column;
color: $text-color;
2024-06-03 17:59:51 +00:00
margin-top: 10px;
gap: 10px;
.inputBlock {
display: flex;
flex-direction: column;
gap: 25px;
}
2024-05-14 09:27:05 +00:00
}
.subHeader {
border-bottom: 0.5px solid;
}
.tableHeaderCell {
border-right: 1px solid rgba(224, 224, 224, 1);
}
2024-05-14 09:27:05 +00:00
.tableCell {
border-right: 1px solid rgba(224, 224, 224, 1);
height: 56px;
2024-05-14 09:27:05 +00:00
.user {
display: flex;
align-items: center;
2024-05-14 09:27:05 +00:00
gap: 10px;
.name {
text-align: center;
cursor: pointer;
}
}
}