Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
-
- .credit-add {
- .form {
- max-width: 350px ;
- margin: 0px auto ;
- margin-top: 30px;
- text-align: center ;
-
- .form-group.field-creditform-amount {
- text-align: center ;
- margin-bottom: 30px;
-
- label {
- margin-bottom: 25px ;
- color: black ;
- font-size: 20px ;
- }
-
- .input-group {
- width: 150px;
- margin: 0px auto;
- //display: inline-block;
-
- input#creditform-amount {
- text-align: center;
-
- &:focus {
- @include box-shadow(none);
- border-color: #ccc;
- }
- }
- }
-
- .hint-block {
- margin-top: 8px;
- }
- }
- }
- }
|