mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10: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 {
|
||||
font-weight: bold;
|
||||
|
||||
@media (min-width: $mdMin) {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue