mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 05:48:11 +00:00
hotfix: post-upgrade adjustments
This commit is contained in:
@@ -148,6 +148,7 @@ function copyStockToClipboard() {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@use '../styles/responsive';
|
||||
@use 'sass:color';
|
||||
|
||||
$viewBgCol: #1a1a1a;
|
||||
|
||||
@@ -176,7 +177,7 @@ $viewBgCol: #1a1a1a;
|
||||
border-radius: 0.5em 0.5em 0 0;
|
||||
|
||||
&:hover {
|
||||
background-color: lighten($viewBgCol, 10);
|
||||
background-color: color.adjust($viewBgCol, $lightness: 10%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -106,15 +106,13 @@ export default defineComponent({
|
||||
button.btn-donation {
|
||||
margin-left: auto;
|
||||
|
||||
$btnColor: #254069;
|
||||
|
||||
background-color: $btnColor;
|
||||
background-color: #254069;
|
||||
|
||||
&:hover {
|
||||
background-color: lighten($btnColor, 5%);
|
||||
background-color: #2e4f81;
|
||||
}
|
||||
|
||||
@include responsive.smallScreen{
|
||||
@include responsive.smallScreen {
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user