mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-25 16:06:19 +00:00
Added modal window for server deletion
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import "../utils/base";
|
||||
@import "../utils/mixins/border-radius";
|
||||
|
||||
.aside-menu {
|
||||
position: fixed !important;
|
||||
@@ -44,6 +45,8 @@
|
||||
|
||||
.aside-menu__item--danger {
|
||||
color: $dangerColor;
|
||||
margin: 0;
|
||||
@include border-radius(4px);
|
||||
}
|
||||
.aside-menu__item--danger:hover {
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user