mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 23:07:26 +03:00
Added font weight to create server component labels
This commit is contained in:
parent
6494f04d25
commit
554248c376
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.create-server__label {
|
.create-server__label {
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
@media (min-width: $mdMin) {
|
@media (min-width: $mdMin) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue