mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-26 19:56:41 +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;
|
|
}
|
|
}
|