mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.4
This commit is contained in:
32
public/assets/css/calendar.css
vendored
Normal file
32
public/assets/css/calendar.css
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
.calendar-head{
|
||||
display: flex;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
.calendar-container{
|
||||
display: table-cell;;
|
||||
width: 14%;
|
||||
height: 12rem;
|
||||
box-shadow:
|
||||
2px 0 0 0 #e6e6e6,
|
||||
0 2px 0 0 #e6e6e6,
|
||||
2px 2px 0 0 #e6e6e6, /* Just to fix the corner */
|
||||
2px 0 0 0 #e6e6e6 inset,
|
||||
0 2px 0 0 #e6e6e6 inset;
|
||||
}
|
||||
.calendar-row{
|
||||
display: flex;
|
||||
}
|
||||
.calendar-body{
|
||||
margin:auto;
|
||||
}
|
||||
.calendar-date{
|
||||
margin-left: 2rem;
|
||||
margin-top: 0.8rem;
|
||||
}
|
||||
.calendar-text{
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.calendar_event_name{
|
||||
display: flex;
|
||||
}
|
||||
Reference in New Issue
Block a user