mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 13:16:42 +00:00
Added create short URL form
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@mixin border-radius($radius) {
|
||||
border-radius: $radius;
|
||||
-webkit-border-radius: $radius;
|
||||
-moz-border-radius: $radius;
|
||||
}
|
||||
|
||||
4
src/utils/mixins/box-shadow.scss
Normal file
4
src/utils/mixins/box-shadow.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
@mixin box-shadow($shadow) {
|
||||
-webkit-box-shadow: $shadow;
|
||||
box-shadow: $shadow;
|
||||
}
|
||||
Reference in New Issue
Block a user