16 lines
173 B
SCSS
16 lines
173 B
SCSS
.jet-register {
|
|
&__row {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
&__label {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.jet-register-message {
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
color: #f00;
|
|
}
|