14 lines
208 B
SCSS
14 lines
208 B
SCSS
.header-bg {
|
|
background-color:#653b9c;
|
|
font-size: 14px;
|
|
}
|
|
.header-bg a {
|
|
color: #FFF;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.qr-wrapper {
|
|
background-color: #FFF;
|
|
padding: 10px;
|
|
display: inline-block;
|
|
} |