2017-08-17 22:00:37 +05:30
|
|
|
.broadcast-message {
|
|
|
|
@extend .alert-warning;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
div,
|
|
|
|
p {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.broadcast-message-preview {
|
|
|
|
@extend .broadcast-message;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2018-11-08 19:23:39 +05:30
|
|
|
|
|
|
|
.toggle-colors {
|
|
|
|
input {
|
|
|
|
min-height: 34px;
|
|
|
|
}
|
|
|
|
}
|