mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-03-29 17:19:18 +03:00
16 lines
237 B
SCSS
16 lines
237 B
SCSS
@import '../utils/base';
|
|
|
|
.create-server__label {
|
|
font-weight: 700;
|
|
cursor: pointer;
|
|
|
|
@media (min-width: $mdMin) {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.create-server__csv-select {
|
|
position: absolute;
|
|
left: -9999px;
|
|
top: -9999px;
|
|
}
|