forked from ScoDoc/ScoDoc
17 lines
345 B
CSS
17 lines
345 B
CSS
|
|
||
|
.toastui-calendar-template-time {
|
||
|
padding: 4px;
|
||
|
word-break: break-all;
|
||
|
white-space: normal !important;
|
||
|
align-items: normal !important;
|
||
|
font-size: 12pt;
|
||
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||
|
}
|
||
|
.group-name {
|
||
|
color:rgb(25, 113, 25);
|
||
|
}
|
||
|
.group-edt {
|
||
|
color: red;
|
||
|
background-color: yellow;
|
||
|
}
|