mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 10:47:27 +03:00
20 lines
280 B
SCSS
20 lines
280 B
SCSS
@import '../utils/base';
|
|
|
|
.create-server {
|
|
padding: 40px 20px;
|
|
}
|
|
|
|
.create-server__label {
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
|
|
@media (min-width: $mdMin) {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.create-server__csv-select {
|
|
position: absolute;
|
|
left: -9999px;
|
|
top: -9999px;
|
|
}
|