Removed .css from .css.scss from files which were causing deprecation warning
This commit is contained in:
parent
0ee0da1898
commit
8e91f51940
11 changed files with 3 additions and 3 deletions
|
|
@ -1,63 +0,0 @@
|
|||
@import "breakpoints.css.scss";
|
||||
|
||||
.dashbox span.fa {
|
||||
line-height: 1.1em;
|
||||
@include breakpoint(sm) {
|
||||
font-size: 3em;
|
||||
}
|
||||
@include breakpoint(md) {
|
||||
font-size: 4em;
|
||||
}
|
||||
@include breakpoint(lg) {
|
||||
font-size: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
.dashbox {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.dashbox .icon {
|
||||
padding-left: 8px;
|
||||
display: block;
|
||||
font-size: 3.8em;
|
||||
}
|
||||
|
||||
.dashbox label {
|
||||
display: block;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.todolist-missing span {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
.todolist-ok {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.todolist-ok span {
|
||||
color: #02A10F;
|
||||
}
|
||||
|
||||
.top-submitter img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#doughnut .tab-content {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#submissions {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.conferenceCheckboxes div {
|
||||
display: inline-block;
|
||||
padding: 0px 10px 0px 0px;
|
||||
}
|
||||
|
||||
.margin-event-table{
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue