blob: 4574f78c6970d8eaeaab10aac42eb0098a771258 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@import '_variables';
@import '_mixins';
.modal-title {
text-align: center;
}
.modal-body {
text-align: center;
a {
font-size: 16px;
margin-top: 10px;
}
}
|