mirror of https://github.com/akveo/blur-admin
refactor(calendar,popularApp,tabs): fix little issues
parent
2c42240db8
commit
fba1717092
|
@ -11,6 +11,7 @@
|
|||
}
|
||||
.tab-content {
|
||||
width: calc(100% - 100px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -129,8 +129,6 @@ div.blurCalendar{
|
|||
.fc-icon {
|
||||
display: inline-block;
|
||||
font-size: 2em;
|
||||
line-height: .5em;
|
||||
height: .5em;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.popular-app {
|
||||
.panel-body {
|
||||
&>.panel-body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue