fix: button styling when clicked
This commit is contained in:
parent
b7af887e83
commit
7950505e64
@ -1,20 +1,27 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
// Branding
|
// Branding
|
||||||
$autonomic-main-color: #EE4A33;
|
$autonomic-red: #EE4A33;
|
||||||
$coopcloud-blue: #202674;
|
$coopcloud-blue: #202674;
|
||||||
$coopcloud-pink: #ff4f88;
|
$coopcloud-pink: #ff4f88;
|
||||||
|
$white: white;
|
||||||
$text-color: #1C1C1C;
|
$text-color: #1C1C1C;
|
||||||
$bg-color: #EFEFEF;
|
$bg-color: #EFEFEF;
|
||||||
|
|
||||||
$footer-background-color: $coopcloud-blue;
|
$footer-background-color: $coopcloud-blue;
|
||||||
$footer-color: true;
|
$footer-color: true;
|
||||||
|
|
||||||
$danger: $autonomic-main-color;
|
$danger: $autonomic-red;
|
||||||
|
|
||||||
// HACK: Changing button behaviour globally as quick fix for the "visit: autonomic.zone" button
|
// HACK: Changing button behaviour globally as quick fix for the "visit: autonomic.zone" button
|
||||||
$button-border-width: 2px;
|
$button-border-width: 2px;
|
||||||
$button-hover-border-color: white;
|
$button-hover-border-color: $white;
|
||||||
|
$button-focus-border-color: $white;
|
||||||
|
$button-active-border-color: $white;
|
||||||
|
$button-ghost-border-color: $white;
|
||||||
|
$button-ghost-hover-color: $white;
|
||||||
|
$button-text-hover-color: $white;
|
||||||
|
$button-focus-box-shadow-size: 0;
|
||||||
|
|
||||||
@import "./bulma/bulma.sass";
|
@import "./bulma/bulma.sass";
|
||||||
|
|
||||||
@ -56,7 +63,6 @@ body {
|
|||||||
.section {
|
.section {
|
||||||
padding: 0 5%;
|
padding: 0 5%;
|
||||||
#who-is-involved {
|
#who-is-involved {
|
||||||
color: white;
|
|
||||||
padding: 60px 10%;
|
padding: 60px 10%;
|
||||||
.column{
|
.column{
|
||||||
padding: 0, 30px;
|
padding: 0, 30px;
|
||||||
@ -64,10 +70,7 @@ body {
|
|||||||
h1 {
|
h1 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
color: white;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.questions {
|
.questions {
|
||||||
$top-bottom-padding: 60px;
|
$top-bottom-padding: 60px;
|
||||||
@ -84,7 +87,12 @@ body {
|
|||||||
|
|
||||||
|
|
||||||
.is-autonomic {
|
.is-autonomic {
|
||||||
background-color: $autonomic-main-color;
|
background-color: $autonomic-red;
|
||||||
|
color: $white;
|
||||||
|
a {
|
||||||
|
color: $white;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do not show server image when using mobile viewport
|
// Do not show server image when using mobile viewport
|
||||||
|
Loading…
x
Reference in New Issue
Block a user