mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 10:47:27 +03:00
8 lines
130 B
SCSS
8 lines
130 B
SCSS
@import '../utils/base';
|
|
|
|
.create-short-url__save-btn {
|
|
@media (max-width: $xsMax) {
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
}
|