mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
account deactivation process
This commit is contained in:
parent
6a9ad7f540
commit
0a64afd6b5
5 changed files with 66 additions and 2 deletions
|
@ -222,4 +222,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .deactivation-zone {
|
||||
@include border-radius(3px);
|
||||
border: 1px solid $color-red;
|
||||
margin: 30px 0;
|
||||
padding: 20px 20px;
|
||||
background-color: lighten($color-red, 60%);
|
||||
color: $color-off-black;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue