Empty stat message and submessage styles
This commit is contained in:
parent
8539238566
commit
e60cf16170
@ -14,7 +14,7 @@
|
|||||||
@include icon-color($color-gray-light);
|
@include icon-color($color-gray-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
.empty-state__message {
|
||||||
@include h2;
|
@include h2;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
max-width: 15em;
|
max-width: 15em;
|
||||||
@ -24,4 +24,13 @@
|
|||||||
@include h1;
|
@include h1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.empty-state__sub-message {
|
||||||
|
@include h4;
|
||||||
|
color: $color-gray;
|
||||||
|
|
||||||
|
@include media($large-screen) {
|
||||||
|
@include h3;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user