some style changes and cookies persistance added
This commit is contained in:
@@ -28,6 +28,7 @@ export default {
|
||||
|
||||
mounted() {
|
||||
const auth = useAuthStore();
|
||||
console.log("auth.cookiesAccepted", auth.cookiesAccepted);
|
||||
if (auth.cookiesAccepted === true) {
|
||||
this.show = false;
|
||||
} else {
|
||||
|
||||
@@ -485,7 +485,7 @@ export default {
|
||||
h4 {
|
||||
font-size: $h4;
|
||||
font-weight: $medium;
|
||||
color: $color-navy;
|
||||
color: black;
|
||||
margin-top: 5px;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user