Removing weird border in cowebsites and cowebsite button

This commit is contained in:
David Négrier 2022-01-12 15:36:24 +01:00 committed by Alexis Faizeau
parent 78e816c6fb
commit 06dca9813c
3 changed files with 32 additions and 3 deletions

View file

@ -149,7 +149,7 @@
.highlighted-cowebsite {
height: 100% !important;
width: 96%;
background-color: rgba(#000000, 0.6);
/*background-color: rgba(#000000, 0.6);*/
margin: 0 !important;
.actions {
@ -164,6 +164,10 @@
pointer-events: all;
}
}
&.nes-container.is-rounded {
border-image-outset: 1;
}
}
}
</style>