2017-04-13 17:16:30 +00:00
|
|
|
.modal-dialog-form {
|
2017-06-14 18:41:22 +00:00
|
|
|
margin-top: 5px !important;
|
2017-04-13 00:23:43 +00:00
|
|
|
|
|
|
|
.input-control {
|
|
|
|
background: $modalMockAKInputBackground;
|
|
|
|
border: $modalMockAKInputBorder;
|
|
|
|
color: inherit;
|
|
|
|
}
|
2017-07-12 15:35:00 +00:00
|
|
|
|
|
|
|
&-error {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
2017-04-13 17:16:30 +00:00
|
|
|
}
|
2017-06-14 18:41:22 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Styling inline dialog errors.
|
|
|
|
*/
|
|
|
|
.inline-dialog-error {
|
|
|
|
margin-top: 16px;
|
|
|
|
|
|
|
|
&-text {
|
|
|
|
color: $dialogErrorText;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-button {
|
|
|
|
display: block;
|
|
|
|
margin: 16px auto 0 auto;
|
|
|
|
}
|
|
|
|
}
|
2022-01-22 00:50:33 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Styling shared video dialog errors.
|
|
|
|
*/
|
|
|
|
.shared-video-dialog-error {
|
|
|
|
color: #E04757;
|
|
|
|
margin-top: 2px;
|
|
|
|
display: block;
|
|
|
|
}
|
2022-10-10 09:12:02 +00:00
|
|
|
|
|
|
|
.dialog-bottom-margin {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|