mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 02:09:53 -06:00
11 lines
175 B
SCSS
11 lines
175 B
SCSS
@import '../utils/base';
|
|
|
|
.short-url-form .card-body > .form-group:last-child,
|
|
.short-url-form p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.short-url-form .card {
|
|
height: 100%;
|
|
}
|