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 {
|
.tab-content {
|
||||||
width: calc(100% - 100px);
|
width: calc(100% - 100px);
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -129,8 +129,6 @@ div.blurCalendar{
|
||||||
.fc-icon {
|
.fc-icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
line-height: .5em;
|
|
||||||
height: .5em;
|
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.popular-app {
|
.popular-app {
|
||||||
.panel-body {
|
&>.panel-body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue