1
0
Fork 0
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:
Harvey Kandola 2018-11-09 13:42:58 +00:00
parent 6a9ad7f540
commit 0a64afd6b5
5 changed files with 66 additions and 2 deletions

View file

@ -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;
}
}