mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-27 15:09:13 +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);
|
$easeOut: cubic-bezier(0.19, 1, 0.22, 1);
|
||||||
|
|
||||||
.disabled-content {
|
.disabled-content {
|
||||||
border-style: solid;
|
position: relative;
|
||||||
border-color: $color-warning;
|
|
||||||
|
&::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 {
|
.layout-enter-active {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user