You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
157 lines
2.6 KiB
157 lines
2.6 KiB
/* 10px */
|
|
/* 12px */
|
|
/* 13px */
|
|
/* 14px */
|
|
/* 15px */
|
|
/* 16px */
|
|
/* 18px */
|
|
/* 20px */
|
|
/* 22px */
|
|
/* 24px */
|
|
/* 28px */
|
|
/* 30px */
|
|
/* 34px */
|
|
/* 40px */
|
|
/* 45px */
|
|
/* 48px */
|
|
/* 53px */
|
|
/* ?px */
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-10 {
|
|
font-size: 0.625rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-12 {
|
|
font-size: 0.75rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-13 {
|
|
font-size: 0.8125rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-14 {
|
|
font-size: 0.875rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-15 {
|
|
font-size: 0.9375rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-16 {
|
|
font-size: 1rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-18 {
|
|
font-size: 1.125rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-20 {
|
|
font-size: 1.25rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-22 {
|
|
font-size: 1.375rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-24 {
|
|
font-size: 1.5rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-28 {
|
|
font-size: 1.75rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-30 {
|
|
font-size: 1.875rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-34 {
|
|
font-size: 2.125rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-40 {
|
|
font-size: 2.5rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-45 {
|
|
font-size: 2.8125rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-48 {
|
|
font-size: 3rem !important;
|
|
}
|
|
|
|
/* line 66, ../../scss/variables.scss */
|
|
.font-53 {
|
|
font-size: 3.3125rem !important;
|
|
}
|
|
|
|
/* line 68, ../../scss/variables.scss */
|
|
.font-alert {
|
|
font-size: 8rem !important;
|
|
opacity: .5;
|
|
}
|
|
|
|
/* line 2, admin.scss */
|
|
#menuLeft {
|
|
background: #d1efb5;
|
|
}
|
|
|
|
/* line 6, admin.scss */
|
|
#MainContent {
|
|
margin-top: 0;
|
|
min-height: auto;
|
|
}
|
|
|
|
/* line 11, admin.scss */
|
|
.sheet-box {
|
|
border: 1px solid #4e984a;
|
|
background: white;
|
|
min-height: calc(100vh - 170px);
|
|
}
|
|
|
|
/* line 18, admin.scss */
|
|
.admin-list-item {
|
|
width: 100%;
|
|
padding: 5px;
|
|
position: relative;
|
|
transition: .4s;
|
|
}
|
|
/* line 24, admin.scss */
|
|
.admin-list-item:hover {
|
|
/* opacity: .7; */
|
|
}
|
|
/* line 28, admin.scss */
|
|
.admin-list-item .right {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 0;
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
/* line 42, admin.scss */
|
|
#MainContent {
|
|
margin-top: 120px;
|
|
}
|
|
|
|
/* line 45, admin.scss */
|
|
#menuLeft {
|
|
min-height: calc(100vh - 120px);
|
|
}
|
|
}
|
|
/* @import "mediaqueries/mediaqueries"; */
|