mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
Make disabled content more "pretty"
This commit is contained in:
parent
0ba0d2f0a2
commit
9cad81fa25
@ -5,8 +5,19 @@
|
||||
$easeOut: cubic-bezier(0.19, 1, 0.22, 1);
|
||||
|
||||
.disabled-content {
|
||||
border-style: solid;
|
||||
border-color: $color-warning;
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
@include border-radius($border-radius-x-large);
|
||||
box-shadow: inset 0 0 0 5px $color-danger;
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 2;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.layout-enter-active {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user