| 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/templates/Honeygrid/styles/modules/ |
Upload File : |
/* Input Number-Spinner
========================================================================== */
.input-number {
@extend .input-group;
padding-left: ($grid-gutter-width / 2) !important;
padding-right: ($grid-gutter-width / 2) !important;
padding-bottom: ($grid-gutter-width / 2) !important;
.input-group {
width: 100%;
}
.btn-plus,
.btn-minus {
@extend .input-group-btn;
font-size: $font-size-large;
width: 60px;
}
.btn-minus {
@include border-right-radius(0);
border-right: none;
color: $gx-minus-color;
}
.btn-plus {
@include border-left-radius(0);
border-left: none;
color: $gx-plus-color;
}
.form-control {
text-align: center;
padding-left: 0;
}
.input-group-addon {
border-left: none;
border-right: none;
color: #CCCCCC;
line-height: $line-height-large;
}
}