23 lines
276 B
SCSS
23 lines
276 B
SCSS
.board-gdpr {
|
|
|
|
.status-warning {
|
|
font-weight: 700;
|
|
|
|
.glyphicon {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.help-block {
|
|
display: inline-block;
|
|
|
|
.glyphicon {
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
}
|