initial commit
This commit is contained in:
commit
880cae624a
906 changed files with 196528 additions and 0 deletions
25
assets/css/src/calendar-strip.css
Normal file
25
assets/css/src/calendar-strip.css
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
.calendar-strip {
|
||||
background-color: var(--color-yellow);
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 2rem var(--margin-body);
|
||||
border-top: var(--border);
|
||||
border-bottom: var(--border);
|
||||
}
|
||||
|
||||
.calendar-strip__selector {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.calendar-strip__days {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.calendar-strip__calendar-btn {
|
||||
border: var(--border);
|
||||
padding: 0.2rem 0.5rem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue