User some colour variables
This commit is contained in:
parent
641a12d640
commit
e8688c0ce4
|
@ -132,7 +132,7 @@
|
||||||
.bd-encryptedImage::before {
|
.bd-encryptedImage::before {
|
||||||
content: "Encrypted Image";
|
content: "Encrypted Image";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: #3ec99a;
|
background: $colbdgreen;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -158,10 +158,10 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
display: block;
|
display: block;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color: #3ecb9c;
|
background-color: $colbdgreen;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
border: 2px solid #3ecb9c;
|
border: 2px solid $colbdgreen;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
|
|
Loading…
Reference in New Issue