Actualiser main-site.scss
This commit is contained in:
parent
57a20031db
commit
db4b94d475
1 changed files with 13 additions and 0 deletions
|
@ -62,7 +62,20 @@ main.content {
|
||||||
color: $textcolor;
|
color: $textcolor;
|
||||||
flex: 2 0 0%;
|
flex: 2 0 0%;
|
||||||
}
|
}
|
||||||
|
:target {
|
||||||
|
border-radius: 3px;
|
||||||
|
animation: highlight 1000ms 3 ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes highlight {
|
||||||
|
0% {
|
||||||
|
background-color: $confirmationcolor;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
main.content .admindiv {
|
main.content .admindiv {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
background-image: linear-gradient(20deg, $dangercolor1 25%, $dangercolor2 25%, $dangercolor2 50%, $dangercolor1 50%, $dangercolor1 75%, $dangercolor2 75%, $dangercolor2 100%);
|
background-image: linear-gradient(20deg, $dangercolor1 25%, $dangercolor2 25%, $dangercolor2 50%, $dangercolor1 50%, $dangercolor1 75%, $dangercolor2 75%, $dangercolor2 100%);
|
||||||
|
|
Loading…
Reference in a new issue