mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 13:16:42 +00:00
11 lines
150 B
SCSS
11 lines
150 B
SCSS
@import '../utils/base';
|
|
|
|
.create-server__label {
|
|
font-weight: 700;
|
|
cursor: pointer;
|
|
|
|
@media (min-width: $mdMin) {
|
|
text-align: right;
|
|
}
|
|
}
|