| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/styles/modules/ |
Upload File : |
/*
Admin Access Overview
==========================================================================
Contains specific styling for the new admin access overview.
*/
$gambio-blue: #002337;
.admin_access_container {
float: left;
margin-bottom: 48px;
width: 100%;
.headline {
margin-bottom: 12px;
.fa.btn-icon {
margin-right: 6px;
}
}
.overview-list-container {
margin: 0;
.overview-list {
list-style: none;
padding: 0;
margin: 0;
&.global-options {
margin-bottom: 24px;
}
.list-headline {
padding: 12px 12px;
font-weight: bolder;
border-bottom: 3px solid $gambio-blue;
color: #737373;
.list-element-text {
line-height: 28px;
}
.list-element-tooltip {
padding: 12px 0;
.tooltip-icon i {
color: #737373;
}
}
}
.list-element {
position: static;
clear: both;
padding: 12px 12px;
&:nth-child(even) {
background-color: #F9F9F9;
}
.list-element-text {
line-height: 28px;
&.list-element-sub-group {
padding-left: 48px;
}
}
.list-element-collapse-handler {
cursor: pointer;
}
.list-element-switcher {
padding-top: 3px;
}
.list-element-tooltip {
padding: 0;
}
.list-element-badge {
line-height: 26px;
padding: 0;
span {
background-color: $gambio-blue;
color: #FFFFFF;
padding: 3px 8px;
border-radius: 3px;
}
}
.list-element-actions {
text-align: right;
visibility: hidden;
a {
margin-right: 24px;
&:last-child {
margin-right: 0;
}
.fa {
color: #737373;
cursor: pointer;
font-size: 24px;
&:hover {
color: $gambio-blue;
}
}
}
.tooltip-icon i {
color: #737373;
}
}
}
}
}
}
.create-edit-role-modal {
label {
padding: 6px 15px;
}
.tab-content {
padding: 24px 12px 0 12px;
}
.tooltip-icon i {
color: #737373 !important;
}
.mandatory {
color: #E66554;
}
input {
&.error {
border-color: #E66554;
outline: #E66554;
box-shadow: 0 0 5px #E66554;
}
}
}
.delete-role-modal {
fieldset {
padding-top: 12px;
}
}
.sort-placeholder {
border: 2px dashed #E4E4E4 !important;
margin: 12px 0;
height: 40px;
}
.qtip.gx-qtip .qtip-content {
max-width: 350px;
}