User some colour variables

This commit is contained in:
Jiiks 2018-08-12 15:41:25 +03:00
parent 641a12d640
commit e8688c0ce4
1 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@
.bd-encryptedImage::before {
content: "Encrypted Image";
position: absolute;
background: #3ec99a;
background: $colbdgreen;
width: 100%;
height: 100%;
border-radius: 3px;
@ -158,10 +158,10 @@
z-index: 1;
display: block;
background-size: cover;
background-color: #3ecb9c;
background-color: $colbdgreen;
background-repeat: no-repeat;
border-radius: 100%;
border: 2px solid #3ecb9c;
border: 2px solid $colbdgreen;
top: 5px;
left: 5px;
opacity: .5;