refactor(scss): remove alert style and script

It is not used in this theme
This commit is contained in:
Jimmy Cai
2020-09-23 13:22:03 +02:00
parent 26acceb37d
commit a2a49e7537
2 changed files with 1 additions and 44 deletions
+1 -21
View File
@@ -40,24 +40,4 @@ a {
box-shadow: 0px -10px 0px rgba(var(--link-background-color), var(--link-background-opacity-hover)) inset;
}
}
}
.alert {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 5;
background: var(--card-background);
max-width: 400px;
padding: 15px 20px;
border-radius: var(--card-border-radius);
line-height: 1.75;
color: var(--card-text-color-secondary);
box-shadow: var(--shadow-l2);
@media (max-width: $on-phone) {
max-width: 100vw;
width: calc(100% - 30px);
left: 15px;
}
}
}