2014-09-04 18:51:32 -06:00
|
|
|
$topbar-height: 4.2rem;
|
2014-09-08 18:32:13 -06:00
|
|
|
$update-height: 3rem;
|
2016-03-07 15:23:40 -07:00
|
|
|
$sidebar-width-large: 240px;
|
2016-03-06 19:36:27 -07:00
|
|
|
$sidebar-width-small: $topbar-height;
|
|
|
|
|
$sidebar-padding: 2rem;
|
2017-12-26 23:54:14 -07:00
|
|
|
$content-padding: 1.5rem;
|
2016-03-06 19:36:27 -07:00
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
// Special cases
|
2016-05-06 14:02:44 -06:00
|
|
|
.sidebar-closed:not(.sidebar-quickopen) {
|
2016-03-07 16:57:51 -07:00
|
|
|
#admin-sidebar {
|
|
|
|
|
float: left;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
width: $sidebar-width-small;
|
2014-09-04 18:51:32 -06:00
|
|
|
|
2016-05-10 10:50:29 -06:00
|
|
|
#admin-logo {
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: 0;
|
|
|
|
|
&:first-letter {
|
|
|
|
|
font-size: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-01-12 19:10:13 -07:00
|
|
|
}
|
2016-05-10 10:50:29 -06:00
|
|
|
|
2019-01-12 19:10:13 -07:00
|
|
|
.custom-logo {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
padding-right: 15px;
|
2017-12-27 15:48:45 -07:00
|
|
|
|
2019-01-12 19:10:13 -07:00
|
|
|
img {
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
}
|
2016-05-10 10:50:29 -06:00
|
|
|
}
|
|
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
#grav-logo-small {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2016-03-06 19:36:27 -07:00
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
#grav-logo-large {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2016-03-07 16:29:07 -07:00
|
|
|
|
2017-12-27 15:48:45 -07:00
|
|
|
.front-end {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
#admin-user-details {
|
2016-05-26 16:50:49 -06:00
|
|
|
padding: 15px 0 15px 10px;
|
|
|
|
|
text-align: left;
|
2016-03-07 16:29:07 -07:00
|
|
|
}
|
|
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
.admin-user-names {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2016-03-07 16:29:07 -07:00
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
#admin-menu {
|
|
|
|
|
em {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2014-09-04 18:51:32 -06:00
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
li {
|
|
|
|
|
.badges {
|
|
|
|
|
.updates {
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 4px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
padding: 1px 3px;
|
|
|
|
|
min-width: 15px;
|
|
|
|
|
}
|
|
|
|
|
.count {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-03-07 18:46:14 -08:00
|
|
|
|
|
|
|
|
#open-handle {
|
|
|
|
|
@include breakpoint(large-desktop-plus) {
|
2018-01-22 15:59:21 -07:00
|
|
|
.fa-angle-right:before {
|
|
|
|
|
content: "\f105";
|
2016-03-07 18:46:14 -08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-03-06 19:36:27 -07:00
|
|
|
}
|
2016-03-07 16:57:51 -07:00
|
|
|
#admin-main {
|
|
|
|
|
margin-left: $sidebar-width-small;
|
2015-08-26 09:46:08 -04:00
|
|
|
}
|
2016-03-07 16:57:51 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidebar-open {
|
|
|
|
|
#admin-sidebar {
|
2016-03-07 15:23:40 -07:00
|
|
|
z-index: 10001;
|
|
|
|
|
float: left;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
width: $sidebar-width-large;
|
|
|
|
|
|
2016-05-10 11:20:31 -06:00
|
|
|
h3 {
|
|
|
|
|
font-size: 1.2rem;
|
|
|
|
|
&:first-letter {
|
|
|
|
|
font-size: 1.2rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-07 15:23:40 -07:00
|
|
|
#grav-logo-small {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#grav-logo-large {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#admin-user-details {
|
2016-05-26 16:50:49 -06:00
|
|
|
padding: 15px 10px;
|
2016-03-07 15:23:40 -07:00
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.admin-user-names {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2017-12-27 15:48:45 -07:00
|
|
|
.front-end {
|
2016-05-10 11:20:31 -06:00
|
|
|
display: inline-block;
|
2016-03-07 15:23:40 -07:00
|
|
|
}
|
|
|
|
|
|
2016-03-07 16:09:44 -07:00
|
|
|
#admin-menu {
|
|
|
|
|
em {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
.badges {
|
|
|
|
|
.updates {
|
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: auto;
|
|
|
|
|
right: auto;
|
|
|
|
|
@extend .badge;
|
|
|
|
|
}
|
|
|
|
|
.count {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-03-07 15:23:40 -07:00
|
|
|
}
|
2016-03-07 18:46:14 -08:00
|
|
|
|
|
|
|
|
#open-handle {
|
|
|
|
|
@include breakpoint(mini-nav-range) {
|
2018-01-22 15:59:21 -07:00
|
|
|
.fa-angle-right:before {
|
|
|
|
|
content: "\f104";
|
2016-03-07 18:46:14 -08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-03-07 15:23:40 -07:00
|
|
|
}
|
2014-09-04 18:51:32 -06:00
|
|
|
}
|
|
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
#admin-sidebar {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-height: 100vh;
|
|
|
|
|
opacity: 0;
|
2016-03-30 18:56:38 -06:00
|
|
|
z-index: 3;
|
2016-03-07 16:57:51 -07:00
|
|
|
//transition: opacity 0.2s 0s, visibility 0s 0.2s;
|
|
|
|
|
|
|
|
|
|
#open-handle {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
2016-03-11 11:46:09 -07:00
|
|
|
cursor: pointer;
|
2018-01-22 15:59:21 -07:00
|
|
|
right:0;
|
|
|
|
|
top: 0;
|
2017-12-27 00:11:49 -07:00
|
|
|
width: 15px;
|
2018-01-22 15:59:21 -07:00
|
|
|
height: $topbar-height;
|
2016-03-07 16:57:51 -07:00
|
|
|
text-align: center;
|
2018-01-22 15:59:21 -07:00
|
|
|
line-height: $topbar-height;
|
|
|
|
|
font-size: 12px;
|
2016-03-07 16:57:51 -07:00
|
|
|
border-top-right-radius: 3px;
|
|
|
|
|
border-bottom-right-radius: 3px;
|
2016-03-07 18:46:14 -08:00
|
|
|
|
|
|
|
|
@include breakpoint(large-desktop-plus) {
|
2018-01-22 15:59:21 -07:00
|
|
|
.fa-angle-right:before {
|
|
|
|
|
content: "\f104";
|
2016-03-07 18:46:14 -08:00
|
|
|
}
|
|
|
|
|
}
|
2016-03-07 16:57:51 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.sidebar-is-visible {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
//transition: opacity 0.2s 0s, visibility 0s 0s
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-07 18:26:35 -07:00
|
|
|
@include breakpoint(mobile-only) {
|
2017-04-29 10:41:26 -06:00
|
|
|
z-index: 5;
|
2016-03-07 18:26:35 -07:00
|
|
|
}
|
|
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
@include breakpoint(tablet-plus) {
|
|
|
|
|
float: left;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
width: $sidebar-width-small;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include breakpoint(large-desktop-plus) {
|
|
|
|
|
float: left;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
width: $sidebar-width-large;
|
|
|
|
|
}
|
2017-08-25 18:40:10 -06:00
|
|
|
|
2016-03-07 16:57:51 -07:00
|
|
|
}
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
#admin-logo {
|
|
|
|
|
height: $topbar-height;
|
2019-01-12 19:10:13 -07:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
&.nav-hover {
|
|
|
|
|
.admin-logo {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-03-01 16:23:55 -07:00
|
|
|
|
2016-03-01 18:19:52 -07:00
|
|
|
.admin-logo {
|
2019-01-12 19:10:13 -07:00
|
|
|
margin-right: -10px;
|
|
|
|
|
|
|
|
|
|
@include breakpoint(tablet-plus) {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
&.custom-logo {
|
|
|
|
|
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
padding: 0 5px;
|
2016-03-07 19:31:38 -07:00
|
|
|
}
|
2016-03-01 18:19:52 -07:00
|
|
|
}
|
2019-01-12 19:10:13 -07:00
|
|
|
}
|
2016-03-01 18:19:52 -07:00
|
|
|
|
2019-01-12 19:10:13 -07:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
a:not(.front-end) {
|
|
|
|
|
display: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.custom-logo {
|
|
|
|
|
img {
|
|
|
|
|
max-height: 30px;
|
2016-03-01 18:19:52 -07:00
|
|
|
}
|
|
|
|
|
}
|
2016-05-10 11:20:31 -06:00
|
|
|
}
|
2016-03-06 19:36:27 -07:00
|
|
|
|
2017-12-27 15:48:45 -07:00
|
|
|
.front-end {
|
|
|
|
|
|
2019-01-12 19:10:13 -07:00
|
|
|
margin-left: 15px;
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
|
2017-12-27 15:48:45 -07:00
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include breakpoint(tablet-plus) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include breakpoint(large-desktop-plus) {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2016-03-06 19:36:27 -07:00
|
|
|
|
|
|
|
|
#grav-logo-small {
|
2017-12-27 11:35:30 -07:00
|
|
|
height: 30px;
|
2016-03-06 19:36:27 -07:00
|
|
|
display: none;
|
|
|
|
|
|
2016-03-06 20:16:39 -07:00
|
|
|
@include breakpoint(tablet-plus) {
|
2016-03-06 19:36:27 -07:00
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include breakpoint(large-desktop-plus) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2016-03-01 18:19:52 -07:00
|
|
|
}
|
|
|
|
|
|
2016-03-06 19:36:27 -07:00
|
|
|
#grav-logo-large {
|
2017-12-27 11:35:30 -07:00
|
|
|
height: 30px;
|
2016-03-06 19:36:27 -07:00
|
|
|
|
2016-03-06 20:16:39 -07:00
|
|
|
@include breakpoint(tablet-plus) {
|
2016-03-06 19:36:27 -07:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include breakpoint(large-desktop-plus) {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2016-03-01 16:23:55 -07:00
|
|
|
}
|
2014-09-04 18:51:32 -06:00
|
|
|
|
|
|
|
|
h3 {
|
2017-12-27 12:28:51 -07:00
|
|
|
font-size: 1.5rem;
|
2019-01-12 19:10:13 -07:00
|
|
|
margin: 0;
|
2016-05-10 11:20:31 -06:00
|
|
|
|
|
|
|
|
@include breakpoint(tablet-plus) {
|
|
|
|
|
font-size: 0;
|
|
|
|
|
&:first-letter {
|
|
|
|
|
font-size: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include breakpoint(large-desktop-plus) {
|
2017-12-27 12:28:51 -07:00
|
|
|
font-size: 1.5rem;
|
2016-05-10 11:20:31 -06:00
|
|
|
&:first-letter {
|
2017-12-27 12:28:51 -07:00
|
|
|
font-size: 1.5rem;
|
2016-05-10 11:20:31 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-12 21:03:47 -06:00
|
|
|
i {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-top: -1px;
|
|
|
|
|
}
|
2014-09-04 18:51:32 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-29 22:41:24 -07:00
|
|
|
.block-userinfo {
|
|
|
|
|
img {
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& ~ .block-file {
|
|
|
|
|
margin-top: -5rem !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-15 11:15:10 -06:00
|
|
|
#offline-status {
|
|
|
|
|
padding: .2rem 1rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
|
|
.fa-plane {
|
|
|
|
|
@include transform(rotate(45deg));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-29 22:41:24 -07:00
|
|
|
#admin-user-details {
|
|
|
|
|
img {
|
|
|
|
|
width: 47px;
|
|
|
|
|
height: 47px;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-19 11:46:27 +02:00
|
|
|
#admin-user-details, .admin-user-details {
|
2016-05-26 16:50:49 -06:00
|
|
|
padding: 15px 10px;
|
2016-11-28 21:03:13 +01:00
|
|
|
min-height: 80px;
|
2014-10-12 14:06:47 -06:00
|
|
|
overflow: hidden;
|
2016-03-06 20:16:39 -07:00
|
|
|
text-align: left;
|
2014-09-04 18:51:32 -06:00
|
|
|
|
2016-03-07 16:09:44 -07:00
|
|
|
@include breakpoint(mini-nav-range) {
|
2016-05-05 17:35:24 -06:00
|
|
|
padding: 1rem 10px;
|
2016-03-06 20:16:39 -07:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
img {
|
2014-10-12 14:06:47 -06:00
|
|
|
@include transition(all 0.5s ease);
|
2014-09-04 18:51:32 -06:00
|
|
|
border-radius: 100%;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.admin-user-names {
|
2016-03-06 19:36:27 -07:00
|
|
|
margin-left: 60px;
|
|
|
|
|
margin-top: 5px;
|
2016-03-06 20:16:39 -07:00
|
|
|
display: block;
|
2014-09-04 18:51:32 -06:00
|
|
|
|
2016-03-07 16:09:44 -07:00
|
|
|
@include breakpoint(mini-nav-range) {
|
2016-03-06 19:36:27 -07:00
|
|
|
display: none;
|
2015-09-03 15:46:38 -04:00
|
|
|
}
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
h4, h5 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-25 18:40:10 -06:00
|
|
|
.badge {
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
}
|
2016-02-29 17:18:09 -07:00
|
|
|
|
2017-08-25 18:40:10 -06:00
|
|
|
h5 {
|
2017-12-26 23:54:14 -07:00
|
|
|
opacity: 0.7;
|
2014-09-04 18:51:32 -06:00
|
|
|
font-size: 0.9rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-14 20:56:11 -06:00
|
|
|
#admin-nav-quick-tray {
|
|
|
|
|
margin: 0;
|
|
|
|
|
list-style: none;
|
2018-03-08 20:49:55 -07:00
|
|
|
padding-left: 26px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
|
2017-08-15 15:37:34 -06:00
|
|
|
|
2017-08-15 12:41:04 -07:00
|
|
|
li {
|
|
|
|
|
cursor: pointer;
|
2017-08-15 15:37:34 -06:00
|
|
|
width: 24px;
|
2018-03-08 20:49:55 -07:00
|
|
|
margin: 3px 0 5px;
|
2017-08-15 12:41:04 -07:00
|
|
|
}
|
2017-08-14 20:56:11 -06:00
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
transition: all .2s ease-in-out;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
2017-08-15 15:37:34 -06:00
|
|
|
transform: scale(1.2);
|
2017-08-14 20:56:11 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-04-20 17:53:46 -06:00
|
|
|
.content-padding {
|
|
|
|
|
#messages.default-box-shadow {
|
2017-12-26 23:54:14 -07:00
|
|
|
margin-bottom: $content-padding;
|
2016-08-11 19:17:02 +02:00
|
|
|
|
2017-04-20 17:53:46 -06:00
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
2016-08-11 19:17:02 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-04-20 17:53:46 -06:00
|
|
|
|
2016-03-11 10:44:36 -08:00
|
|
|
.admin-menu-wrapper {
|
|
|
|
|
height: calc(100vh - 180px);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
@include breakpoint(mini-nav-range) {
|
|
|
|
|
height: calc(100vh - 136px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
#admin-menu {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
|
2016-03-06 19:36:27 -07:00
|
|
|
em {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
2016-03-07 16:09:44 -07:00
|
|
|
@include breakpoint(mini-nav-range) {
|
2016-03-06 19:36:27 -07:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
li {
|
2014-12-19 14:33:44 -07:00
|
|
|
.badges {
|
2014-09-05 22:27:30 -06:00
|
|
|
float: right;
|
2016-03-09 14:00:44 -08:00
|
|
|
margin-right: 1rem;
|
2016-03-07 16:09:44 -07:00
|
|
|
|
2014-12-19 14:33:44 -07:00
|
|
|
.badge {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: -5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.updates {
|
2014-12-19 14:05:10 -08:00
|
|
|
display: none;
|
2014-12-19 14:33:44 -07:00
|
|
|
}
|
|
|
|
|
|
2016-03-07 16:09:44 -07:00
|
|
|
.count {
|
|
|
|
|
@include breakpoint(mini-nav-range) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-19 14:05:10 -08:00
|
|
|
&.with-updates {
|
|
|
|
|
.count {
|
2014-12-19 15:24:40 -07:00
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
border-top-left-radius: 0;
|
2014-12-19 14:05:10 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.updates {
|
2014-12-19 15:24:40 -07:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
border-top-right-radius: 0;
|
2014-12-19 14:05:10 -08:00
|
|
|
display: inline-block;
|
2016-03-07 16:09:44 -07:00
|
|
|
|
|
|
|
|
@include breakpoint(mini-nav-range) {
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 4px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
padding: 1px 3px;
|
|
|
|
|
min-width: 15px;
|
|
|
|
|
}
|
2014-12-19 14:05:10 -08:00
|
|
|
}
|
2014-12-19 14:33:44 -07:00
|
|
|
}
|
2014-09-05 22:27:30 -06:00
|
|
|
}
|
2014-09-04 18:51:32 -06:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
@include transition(all 0.2s ease);
|
|
|
|
|
display: block;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
padding-top: 0.7rem;
|
|
|
|
|
padding-bottom: 0.7rem;
|
2016-03-07 16:09:44 -07:00
|
|
|
position: relative;
|
2014-09-04 18:51:32 -06:00
|
|
|
|
2016-02-22 22:12:06 -07:00
|
|
|
.fa {
|
2014-09-04 18:51:32 -06:00
|
|
|
@include transition(all 0.2s ease);
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.selected {
|
|
|
|
|
a {
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-06 14:27:42 -06:00
|
|
|
body.sidebar-quickopen #admin-main {
|
|
|
|
|
@include breakpoint(large-desktop-plus) {
|
|
|
|
|
margin-left: $sidebar-width-small;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
#admin-main {
|
|
|
|
|
|
2016-03-06 20:16:39 -07:00
|
|
|
@include breakpoint(tablet-plus) {
|
2016-03-06 19:36:27 -07:00
|
|
|
margin-left: $sidebar-width-small;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include breakpoint(large-desktop-plus) {
|
|
|
|
|
margin-left: $sidebar-width-large;
|
2015-08-26 09:46:08 -04:00
|
|
|
}
|
|
|
|
|
|
2018-09-20 11:25:04 -06:00
|
|
|
.form-label label {
|
|
|
|
|
.hint:after, [data-hint]:after {
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
min-width: 150px;
|
|
|
|
|
display: inline-table;
|
|
|
|
|
white-space: initial;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
}
|
2014-09-12 17:52:09 -06:00
|
|
|
}
|
|
|
|
|
|
2018-09-20 11:25:04 -06:00
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
h1 {
|
|
|
|
|
margin: 0;
|
2017-12-26 23:54:14 -07:00
|
|
|
font-size: 1.3rem;
|
2014-09-08 18:32:13 -06:00
|
|
|
text-align: left;
|
|
|
|
|
letter-spacing: -1px;
|
2016-03-08 13:13:28 -07:00
|
|
|
line-height: 1.5;
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
|
2015-11-25 15:43:26 -07:00
|
|
|
.padding {
|
|
|
|
|
padding: $padding-default;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-07 19:31:38 -07:00
|
|
|
.lines-button {
|
|
|
|
|
display: none;
|
2017-04-20 17:11:51 -06:00
|
|
|
margin-left: $padding-default / 4;
|
2016-03-09 17:39:28 -07:00
|
|
|
&:focus {
|
|
|
|
|
outline:none;
|
|
|
|
|
}
|
2016-03-07 19:31:38 -07:00
|
|
|
|
|
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-10 07:18:09 -06:00
|
|
|
.button {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
.titlebar {
|
2014-10-07 17:08:49 -07:00
|
|
|
position: relative;
|
2014-09-04 18:51:32 -06:00
|
|
|
height: $topbar-height;
|
|
|
|
|
padding: 0 $padding-default;
|
2018-01-22 15:59:21 -07:00
|
|
|
z-index: 4;
|
2016-03-07 19:31:38 -07:00
|
|
|
|
2017-12-26 23:54:14 -07:00
|
|
|
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
|
2014-09-04 18:51:32 -06:00
|
|
|
|
2016-03-07 19:31:38 -07:00
|
|
|
@include breakpoint(mobile-only) {
|
2017-12-27 11:15:19 -07:00
|
|
|
padding: 0 ($padding-default / 4) 0 ($padding-default + 2.5);
|
2016-02-26 10:53:43 -07:00
|
|
|
}
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
h1 {
|
|
|
|
|
@extend %vertical-align;
|
2016-03-08 13:13:28 -07:00
|
|
|
display: block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
-ms-text-overflow: ellipsis;
|
|
|
|
|
text-overflow: ellipsis;
|
2016-03-07 19:31:38 -07:00
|
|
|
|
|
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
i {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-09-04 18:51:32 -06:00
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
|
|
|
|
|
.button-bar {
|
|
|
|
|
@extend %vertical-align;
|
|
|
|
|
padding: 0;
|
2017-04-20 17:11:51 -06:00
|
|
|
white-space: nowrap;
|
2017-04-29 10:41:26 -06:00
|
|
|
z-index: 4;
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
2015-08-03 18:52:28 -06:00
|
|
|
|
|
|
|
|
.preview {
|
|
|
|
|
font-size: 90%;
|
|
|
|
|
}
|
2015-08-19 12:52:18 -06:00
|
|
|
|
|
|
|
|
.button {
|
2017-12-26 23:54:14 -07:00
|
|
|
padding: 0.5rem 0.4rem;
|
2016-05-02 19:17:06 -06:00
|
|
|
vertical-align: top;
|
2017-12-26 23:54:14 -07:00
|
|
|
margin-right: -2px;
|
2015-09-10 15:57:27 -06:00
|
|
|
|
2016-03-07 19:31:38 -07:00
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
font-size: 0;
|
|
|
|
|
padding: 0.5rem 0.5rem;
|
|
|
|
|
min-height: 36px;
|
|
|
|
|
i {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-04-19 21:06:51 -06:00
|
|
|
|
|
|
|
|
@media only all and (max-width: 20.875em) {
|
|
|
|
|
padding: 0.5rem 0.2rem;
|
|
|
|
|
}
|
2015-08-19 12:52:18 -06:00
|
|
|
}
|
2016-06-04 17:52:50 -06:00
|
|
|
|
2018-01-22 15:59:21 -07:00
|
|
|
|
|
|
|
|
|
2016-06-04 17:52:50 -06:00
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
.dropdown-menu .button {
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
|
2016-08-26 09:32:44 -06:00
|
|
|
.admin-block .alert {
|
2014-10-03 11:10:58 -06:00
|
|
|
margin-top: -2rem;
|
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
.alert {
|
|
|
|
|
&:before {
|
|
|
|
|
font-family: FontAwesome;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
&.info:before {
|
|
|
|
|
content: "\f0a1";
|
|
|
|
|
}
|
|
|
|
|
&.warning:before {
|
|
|
|
|
content: "\f071";
|
|
|
|
|
}
|
|
|
|
|
&.note:before {
|
|
|
|
|
content: "\f24a";
|
|
|
|
|
}
|
2014-10-03 13:54:51 -06:00
|
|
|
|
2016-08-26 09:32:44 -06:00
|
|
|
&.grav:before {
|
|
|
|
|
font-family: rockettheme-apps;
|
|
|
|
|
content: "\62";
|
|
|
|
|
vertical-align: bottom;
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
2014-10-07 17:08:49 -07:00
|
|
|
&.grav {
|
2016-08-26 09:32:44 -06:00
|
|
|
#grav-update-button {
|
2019-01-11 16:28:21 -07:00
|
|
|
margin-top: -3px;
|
2016-08-26 09:32:44 -06:00
|
|
|
float: right;
|
|
|
|
|
}
|
2014-10-07 17:08:49 -07:00
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
|
2016-09-08 08:48:29 -06:00
|
|
|
.grav-update {
|
|
|
|
|
@include clearfix;
|
|
|
|
|
padding: 0 $padding-default;
|
|
|
|
|
margin-top: -2rem;
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
display: none;
|
2016-08-26 09:32:44 -06:00
|
|
|
|
2016-09-08 08:48:29 -06:00
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
padding: 0 1rem;
|
|
|
|
|
}
|
2016-08-26 09:32:44 -06:00
|
|
|
|
2016-09-08 08:48:29 -06:00
|
|
|
.button {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-top: 0.6rem;
|
|
|
|
|
margin-left: 1rem;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
line-height: $update-height;
|
|
|
|
|
margin: 0;
|
|
|
|
|
display: block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
-ms-text-overflow: ellipsis;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span[class="hint--left"]::after {
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grav-update.grav + .content-wrapper {
|
|
|
|
|
height: calc(100vh - #{$topbar-height} - #{$update-height});
|
|
|
|
|
}
|
2016-03-09 14:00:44 -08:00
|
|
|
|
|
|
|
|
.content-wrapper {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
height: calc(100vh - #{$topbar-height});
|
2018-01-04 12:21:14 -07:00
|
|
|
//z-index: 0;
|
2016-03-09 16:48:50 -07:00
|
|
|
|
|
|
|
|
.gm-scrollbar.-vertical {
|
|
|
|
|
right: 5px;
|
|
|
|
|
top: 5px;
|
|
|
|
|
width: 8px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
2014-09-04 18:51:32 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-padding {
|
2017-12-26 23:54:14 -07:00
|
|
|
padding: $content-padding;
|
2015-08-26 09:46:08 -04:00
|
|
|
|
2016-03-07 19:31:38 -07:00
|
|
|
@include breakpoint(mobile-only) {
|
2016-08-11 19:17:02 +02:00
|
|
|
padding: 0;
|
2016-03-07 19:31:38 -07:00
|
|
|
}
|
2014-09-04 18:51:32 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.admin-block {
|
2017-12-26 23:54:14 -07:00
|
|
|
padding: 1rem 0;
|
2014-09-08 18:32:13 -06:00
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
&:empty {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
h1 {
|
|
|
|
|
padding: 0 $padding-default 0.5rem;
|
|
|
|
|
margin: 0 0 1rem;
|
2015-10-19 11:46:27 +02:00
|
|
|
|
2016-03-09 14:00:44 -08:00
|
|
|
@include breakpoint(mobile-only) {
|
2016-03-08 13:13:28 -07:00
|
|
|
padding: 0 1rem 0.5rem;
|
2015-09-05 14:02:14 -04:00
|
|
|
}
|
2015-07-31 15:05:27 -06:00
|
|
|
|
|
|
|
|
&.no_underline {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button-bar {
|
2016-03-08 13:13:28 -07:00
|
|
|
margin: 0 $padding-default;
|
2015-08-26 09:46:08 -04:00
|
|
|
|
|
|
|
|
@include breakpoint(mobile-only) {
|
2016-03-08 13:13:28 -07:00
|
|
|
margin: -1rem 0 1rem 0;
|
|
|
|
|
padding: 0 1rem;
|
2015-08-26 09:46:08 -04:00
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
.button {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
}
|
2014-10-03 11:10:58 -06:00
|
|
|
|
|
|
|
|
.flush-bottom {
|
|
|
|
|
&.button-bar {
|
2017-12-26 23:54:14 -07:00
|
|
|
margin: 1rem (-$padding-default) -1rem;
|
2016-03-08 13:13:28 -07:00
|
|
|
padding: 1rem;
|
2014-10-03 11:10:58 -06:00
|
|
|
float: none;
|
2018-09-09 18:07:55 -06:00
|
|
|
display: flex;
|
2015-08-26 09:46:08 -04:00
|
|
|
|
2019-01-10 17:32:46 -07:00
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
&.stats-bar {
|
|
|
|
|
font-size: 90%;
|
|
|
|
|
b {
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-03 11:10:58 -06:00
|
|
|
.button {
|
2016-03-08 13:13:28 -07:00
|
|
|
margin: 0;
|
2018-09-11 16:12:46 -06:00
|
|
|
|
|
|
|
|
&.dropdown-toggle {
|
|
|
|
|
margin-left: -4px;
|
|
|
|
|
}
|
2014-10-03 11:10:58 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-04-04 14:49:40 +02:00
|
|
|
.danger, .success {
|
2014-10-03 11:10:58 -06:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
&.button-bar {
|
2018-01-11 16:07:46 -07:00
|
|
|
margin: 2rem 0 -1rem;
|
2014-10-03 11:10:58 -06:00
|
|
|
height: 70px;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
float: none;
|
|
|
|
|
.button {
|
|
|
|
|
@extend %vertical-align;
|
|
|
|
|
}
|
2015-04-04 14:49:40 +02:00
|
|
|
}
|
|
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
|
2017-04-20 17:53:46 -06:00
|
|
|
.content-padding {
|
|
|
|
|
#admin-dashboard {
|
|
|
|
|
|
|
|
|
|
.dashboard-item-flex {
|
|
|
|
|
&:nth-of-type(2n) .dashboard-item {
|
|
|
|
|
margin-right: 0;
|
2017-12-26 23:54:14 -07:00
|
|
|
margin-left: $content-padding / 2;
|
2017-04-20 17:53:46 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:nth-of-type(2n+1) .dashboard-item {
|
|
|
|
|
margin-left: 0;
|
2017-12-26 23:54:14 -07:00
|
|
|
margin-right: $content-padding / 2;
|
2017-04-20 17:53:46 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboard-item {
|
2017-12-26 23:54:14 -07:00
|
|
|
margin-bottom: $content-padding;
|
2017-04-20 17:53:46 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
#admin-dashboard {
|
|
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
@include display(flex);
|
|
|
|
|
@include flex-flow(row wrap);
|
|
|
|
|
|
|
|
|
|
.dashboard-item-flex {
|
|
|
|
|
@include display(flex);
|
|
|
|
|
@include flex-flow(column nowrap);
|
2014-09-08 18:32:13 -06:00
|
|
|
|
|
|
|
|
width: 50%;
|
|
|
|
|
|
2015-08-26 09:46:08 -04:00
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
|
2015-08-26 09:46:08 -04:00
|
|
|
@include breakpoint(mobile-only) {
|
2016-08-11 19:17:02 +02:00
|
|
|
width: 100%;
|
|
|
|
|
.dashboard-item {
|
|
|
|
|
margin-right: 0px !important;
|
|
|
|
|
margin-left: 0px !important;
|
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
|
}
|
2015-08-26 09:46:08 -04:00
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
.dashboard-item {
|
2014-09-08 18:32:13 -06:00
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
> div:not(.widget-content) {
|
2017-12-26 23:54:14 -07:00
|
|
|
padding: 1rem $padding-default;
|
2016-08-11 19:17:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 .right {
|
|
|
|
|
float: right;
|
2015-08-26 09:46:08 -04:00
|
|
|
}
|
|
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
&.admin-block {
|
|
|
|
|
padding: 1rem 0;
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
margin: 0 0 1rem 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
li {
|
|
|
|
|
margin: 0;
|
2017-12-26 23:54:14 -07:00
|
|
|
padding: 0.425rem $padding-default 0.2rem $padding-default;
|
2016-08-11 19:17:02 +02:00
|
|
|
&:last-child {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
|
2016-03-04 13:43:52 -07:00
|
|
|
.chart-loader {
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 4rem;
|
|
|
|
|
margin-top: -2rem;
|
|
|
|
|
@extend %vertical-align;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
.widget-content {
|
|
|
|
|
position: relative;
|
2017-12-27 21:32:11 -07:00
|
|
|
min-height: 335px;
|
2016-08-11 19:17:02 +02:00
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget-loader {
|
|
|
|
|
position: absolute;
|
|
|
|
|
text-align: center;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
|
font-size: 4rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
#updates {
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.updates-chart {
|
|
|
|
|
width: 50%;
|
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-09 18:07:55 -06:00
|
|
|
.flush-bottom {
|
|
|
|
|
&.button-bar {
|
|
|
|
|
height: 70px;
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
.chart-wrapper {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.backups-chart {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 50%;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-04 13:43:52 -07:00
|
|
|
.ct-chart {
|
|
|
|
|
min-height: 157px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
.numeric {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
2016-04-19 21:06:51 -06:00
|
|
|
font-size: 1.5rem;
|
2014-09-08 18:32:13 -06:00
|
|
|
line-height: 1;
|
|
|
|
|
@extend %vertical-align;
|
|
|
|
|
|
|
|
|
|
em {
|
2016-03-09 14:00:44 -08:00
|
|
|
display: block;
|
2014-09-08 18:32:13 -06:00
|
|
|
font-style: normal;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.admin-update-charts {
|
|
|
|
|
@include clearfix;
|
|
|
|
|
min-height: 191px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-07 20:25:12 -06:00
|
|
|
.button-bar > .button:not(.dropdown-toggle) {
|
2018-09-11 22:19:49 -06:00
|
|
|
margin-left: 4px;
|
2018-10-07 20:25:12 -06:00
|
|
|
height: 37px;
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#popularity {
|
2018-09-09 14:31:59 -06:00
|
|
|
.ct-chart {
|
|
|
|
|
min-height: 171px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button-bar {
|
|
|
|
|
height: 100px;
|
|
|
|
|
padding: 0 1rem;
|
2018-09-09 18:07:55 -06:00
|
|
|
display: flex;
|
2016-03-04 13:43:52 -07:00
|
|
|
}
|
2018-09-09 14:31:59 -06:00
|
|
|
}
|
2016-03-04 13:43:52 -07:00
|
|
|
|
2018-09-09 14:31:59 -06:00
|
|
|
.dashboard-item {
|
|
|
|
|
|
|
|
|
|
.admin-statistics-chart {
|
|
|
|
|
position: relative;
|
2016-03-04 13:43:52 -07:00
|
|
|
}
|
|
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
p {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2016-03-04 13:43:52 -07:00
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
.stat {
|
|
|
|
|
width: 33%;
|
|
|
|
|
text-align: center;
|
2018-09-09 18:07:55 -06:00
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
b {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 2.5rem;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
i {
|
|
|
|
|
display: block;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-08-11 19:17:02 +02:00
|
|
|
|
|
|
|
|
#news-feed {
|
|
|
|
|
.date {
|
|
|
|
|
float: right;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
li {
|
|
|
|
|
|
2016-08-12 18:26:29 -06:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
display: block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
-ms-text-overflow: ellipsis;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
|
font-family: FontAwesome;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
content: "\f1ea";
|
|
|
|
|
}
|
2016-08-11 19:17:02 +02:00
|
|
|
}
|
2016-08-12 18:26:29 -06:00
|
|
|
|
|
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
}
|
|
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
|
|
|
|
|
2016-03-09 14:00:44 -08:00
|
|
|
.no-flick {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
2014-10-03 15:40:58 -06:00
|
|
|
|
|
|
|
|
.card-row {
|
|
|
|
|
@include justify-content(space-between);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-item {
|
|
|
|
|
@extend .no-flick;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
margin: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 31%;
|
2017-02-22 15:00:48 +01:00
|
|
|
max-width: 21rem;
|
|
|
|
|
|
2014-10-03 15:40:58 -06:00
|
|
|
@include breakpoint(tablet-range) {
|
|
|
|
|
width: 48%;
|
|
|
|
|
}
|
|
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
|
font-size: 1.2rem;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-12 13:48:52 -06:00
|
|
|
.user-details {
|
2016-03-04 15:53:41 -07:00
|
|
|
text-align: left;
|
2014-10-12 13:48:52 -06:00
|
|
|
img {
|
|
|
|
|
border-radius: 100%;
|
2016-05-26 16:50:49 -06:00
|
|
|
|
2014-10-12 13:48:52 -06:00
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
margin: 0;
|
2016-03-04 15:53:41 -07:00
|
|
|
font-size: 2.1rem !important;
|
|
|
|
|
margin: 1rem 0 0 !important;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
font-size: 1.2rem;
|
|
|
|
|
}
|
2014-10-12 13:48:52 -06:00
|
|
|
}
|
|
|
|
|
h5 {
|
|
|
|
|
font-size: 1.1rem;
|
|
|
|
|
margin: 0;
|
2016-03-04 15:53:41 -07:00
|
|
|
linep-height: 1.2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gravatar {
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include breakpoint(mobile-only) {
|
2016-03-09 14:00:44 -08:00
|
|
|
text-align: center;
|
2014-10-12 13:48:52 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
#footer {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 3rem 0 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-16 18:08:33 -06:00
|
|
|
// Chart overrides
|
2014-09-08 18:32:13 -06:00
|
|
|
.ct-chart {
|
|
|
|
|
.ct-series {
|
|
|
|
|
.ct-bar {
|
2014-12-12 16:08:39 -07:00
|
|
|
stroke-width: 20px;
|
2014-09-08 18:32:13 -06:00
|
|
|
}
|
2014-09-04 18:51:32 -06:00
|
|
|
}
|
|
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
|
2014-12-12 16:08:39 -07:00
|
|
|
#popularity .ct-chart {
|
2015-07-24 17:31:29 -06:00
|
|
|
margin: 0 -10px -10px;
|
|
|
|
|
.ct-chart-bar {
|
2017-04-29 17:21:57 +02:00
|
|
|
padding: 6px 6px 6px 10px;
|
2015-07-24 17:31:29 -06:00
|
|
|
}
|
2014-12-12 16:08:39 -07:00
|
|
|
}
|
|
|
|
|
|
2015-09-02 15:31:48 +02:00
|
|
|
#latest {
|
|
|
|
|
.page-title, .page-route {
|
2015-09-02 18:18:27 -06:00
|
|
|
overflow: auto;
|
2015-09-02 15:31:48 +02:00
|
|
|
}
|
|
|
|
|
}
|
2014-09-08 18:32:13 -06:00
|
|
|
|
2015-09-03 19:49:31 -04:00
|
|
|
#overlay {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 25%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
z-index: 999999;
|
|
|
|
|
left: 75%;
|
|
|
|
|
top: 0;
|
|
|
|
|
display: none;
|
2016-08-11 19:17:02 +02:00
|
|
|
|
|
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
display: none!important;
|
|
|
|
|
}
|
2015-09-03 19:49:31 -04:00
|
|
|
}
|
2015-12-07 10:40:47 +01:00
|
|
|
|
|
|
|
|
// Fix tabs spacing in plugin / theme options
|
|
|
|
|
.gpm-item-info + #blueprints .block-tabs {
|
|
|
|
|
padding-top: 16px;
|
|
|
|
|
}
|
2016-05-20 14:18:45 +02:00
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
.plugins-notifications-container,
|
|
|
|
|
.themes-notifications-container {
|
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-20 14:18:45 +02:00
|
|
|
.package-dependencies-container {
|
|
|
|
|
li {
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
|
|
.button {
|
|
|
|
|
height: 30px;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-05-24 18:52:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pointer-events-disabled {
|
|
|
|
|
pointer-events: none;
|
2016-05-26 16:50:49 -06:00
|
|
|
}
|
2017-02-22 21:34:21 +01:00
|
|
|
|
2017-02-26 16:54:47 +01:00
|
|
|
// Reinstall packages
|
|
|
|
|
.updates-checked {
|
|
|
|
|
.button-reinstall-package {
|
|
|
|
|
display: inline-block!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.has-updates {
|
|
|
|
|
.button-reinstall-package {
|
|
|
|
|
display: none!important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-03-29 22:41:24 -07:00
|
|
|
}
|
2018-03-11 15:23:25 -06:00
|
|
|
|
|
|
|
|
// Preview
|
|
|
|
|
.preview-wrapper {
|
|
|
|
|
.content-padding {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-09-09 21:37:02 -06:00
|
|
|
|
2019-01-07 14:01:22 -07:00
|
|
|
// Config Side Tabs
|
|
|
|
|
@include breakpoint(mobile-only) {
|
|
|
|
|
#admin-main .config-wrapper-system .form-tabs.side-tabs {
|
|
|
|
|
> .tabs-nav {
|
|
|
|
|
display: none;
|
|
|
|
|
width: 0;
|
|
|
|
|
}
|
|
|
|
|
> .tabs-content {
|
|
|
|
|
width: 100%;
|
|
|
|
|
.tab__content {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-09 21:37:02 -06:00
|
|
|
|