partial: last batch of components

This commit is contained in:
Rafael Taranto 2025-05-08 21:24:46 +01:00
parent f75477ac34
commit 7fbd51cb7e
43 changed files with 855 additions and 1148 deletions

View file

@ -1,39 +1,33 @@
.bold {
font-weight: 700;
}
.header {
composes: tl2 from '../typography/typography.module.css';
background-color: var(--zodiac);
height: 32px;
text-align: left;
color: white;
display: flex;
align-items: center;
font-size: 14px;
font-weight: 500;
}
.doubleHeader {
composes: tl2 from '../typography/typography.module.css';
background-color: var(--zodiac);
height: 64px;
color: white;
display: table-row;
font-size: 14px;
font-weight: 500;
}
.thDoubleLevel {
display: table-cell;
}
.thDoubleLevel > :first-child {
.thDoubleLevelFirst {
composes: label1 from '../typography/typography.module.css';
margin: 0 10px;
font-size: 13px;
font-weight: 500;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--zodiac);
background-color: var(--comet);
color: white;
border-radius: 0 0 8px 8px;
height: 28px;
@ -84,7 +78,7 @@
}
.card {
font-size: 14px;
composes: p from '../typography/typography.module.css';
margin: 4px 0 0 0;
width: 100%;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
@ -109,4 +103,4 @@
.sizeLg {
min-height: 68px;
}
}