Style: extract class describing empty stuff

This commit is contained in:
Simon Lehericey 2017-09-20 17:07:09 +02:00
parent c8d7d1f199
commit 11e8feacce
5 changed files with 12 additions and 9 deletions

View file

@ -17,13 +17,6 @@
margin: (3 * $default-spacer) auto;
}
h2 {
font-size: 20px;
font-weight: bold;
text-align: center;
margin: 60px 0;
}
.procedure-actions {
margin-left: auto;

View file

@ -25,3 +25,10 @@
.width-100 {
width: 100%;
}
.empty-text {
font-size: 20px;
font-weight: bold;
text-align: center;
margin: 60px 0;
}