Style: extract class describing empty stuff
This commit is contained in:
parent
c8d7d1f199
commit
11e8feacce
5 changed files with 12 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -25,3 +25,10 @@
|
|||
.width-100 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.empty-text {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
margin: 60px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue