| 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/admin/components/ |
Upload File : |
/*
Forms
==========================================================================
Form styling uses the Bootstrap classes and overrides some styles in order to make them
look like the Gambio Admin theme.
bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss
*/
.form-group {
label {
color: $text-color-light;
}
input[type="radio"],
input[type="checkbox"] {
margin: 2px 0 0
}
.info-icon {
font-size: $margin-large;
color: $brand-primary;
cursor: pointer;
}
}
.form-control {
box-shadow: none;
padding: $padding-base-vertical;
&[disabled],
&[readonly],
fieldset[disabled] & {
background-color: $body-bg;
}
&[disabled],
fieldset[disabled] & {
opacity: 0.35;
}
}
*[readonly], *[readonly="readonly"] {
background-color: #F9F9F9 !important;
}
// Variables can be used to fix a Bug of the SASS-Compiler if we want to add some pixel offset to
// a background-position value.
$background-position-compiler-fix: +6px;
select.form-control {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: url(../images/gx-admin/icon-caret-down.png) no-repeat right $background-position-compiler-fix center $body-bg;
padding-right: 15px;
&:focus,
&:active {
border-color: $brand-primary;
outline: none;
}
}
// Hide IE select icon.
select::-ms-expand {
display: none;
}
/*
Configuration Form
==========================================================================
Used to style basic forms for configuration in Gambio Admin Style.
*/
.form-configuration {
padding: 0;
.form-horizontal {
fieldset {
margin-bottom: 24px;
&:not(:first-of-type) {
margin-top: 48px;
}
legend {
border-bottom: 3px solid $brand-primary;
color: tint($text-color, 31.5);
font-size: 12px;
font-weight: bold;
padding: 0 0 24px 24px;
margin-bottom: 0;
}
.form-group {
margin: 0;
padding: 15px 24px;
min-height: 60px;
.control-label {
font-weight: normal;
padding-left: 0;
text-align: left;
}
select.form-control {
max-width: 170px;
}
input, textarea {
&.form-control {
max-width: 340px;
&.input-small {
max-width: 170px;
}
&.input-large {
max-width: 510px;
}
}
}
.single-checkbox {
margin-top: 8px;
}
.switcher {
margin-top: 5px;
}
.icon-col {
padding: 0;
text-align: center;
}
}
}
}
}
/*
Manufacturer Form
==========================================================================
Used to style basic forms for manufacturers in Gambio Admin Style.
*/
.manufacturer-form {
.modal-body {
.form-group {
@media (min-width: 992px) {
.manufacturer-image {
max-width: 383px;
}
}
@media (max-width: 991px) {
.manufacturer-image {
max-width: 506px;
}
}
label {
line-height: 30px;
margin: 0;
}
}
}
}
/*
Customer Group Form
==========================================================================
Used to style basic forms for customer Group in Gambio Admin Style.
*/
.customer-group-form {
.modal-body {
legend {
color: $text-color-light;
font-size: $font-size-base +2;
padding-top: $padding-small;
}
.form-group {
label {
line-height: 30px;
margin: 0;
}
}
}
}