Creation and editing of events
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
width: 100px !important;
|
||||
}
|
||||
|
||||
.width-tiny {
|
||||
width: 60px !important;
|
||||
}
|
||||
|
||||
.width-medium {
|
||||
width: 250px !important;
|
||||
}
|
||||
@@ -17,3 +21,15 @@
|
||||
.pr-20 {
|
||||
padding-right: 20px !important;
|
||||
}
|
||||
|
||||
.height-50 {
|
||||
height: 50px !important;
|
||||
}
|
||||
|
||||
.pt-20 {
|
||||
padding-top: 20px !important;
|
||||
}
|
||||
|
||||
.pb-20 {
|
||||
padding-bottom: 20px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user