mirror of https://github.com/akveo/blur-admin
fix(calendar): fix font size
parent
33d0255cee
commit
872145bff4
|
@ -1 +1 @@
|
|||
<div id='calendar'></div>
|
||||
<div id='calendar' class="blurCalendar"></div>
|
|
@ -1,3 +1,6 @@
|
|||
#calendar.blurCalendar{
|
||||
font-size: 12px;
|
||||
}
|
||||
.fc {
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
|
@ -16,8 +19,8 @@
|
|||
}
|
||||
.fc-icon {
|
||||
position: relative;
|
||||
top: .05em;
|
||||
margin: 0 .1em;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -134,11 +137,13 @@
|
|||
.fc-icon-left-single-arrow:after {
|
||||
content: "\02039";
|
||||
font-weight: bold;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.fc-icon-right-single-arrow:after {
|
||||
content: "\0203A";
|
||||
font-weight: bold;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.fc-icon-left-double-arrow:after {
|
||||
|
|
Loading…
Reference in New Issue