Added font weight to create server component labels

This commit is contained in:
Alejandro Celaya 2018-07-15 11:17:58 +02:00
parent 6494f04d25
commit 554248c376

View file

@ -5,6 +5,8 @@
}
.create-server__label {
font-weight: bold;
@media (min-width: $mdMin) {
text-align: right;
}