forked from toolshed/coopcloud.tech
fix: button styling when clicked
This commit is contained in:
parent
b7af887e83
commit
7950505e64
@ -1,20 +1,27 @@
|
||||
@charset "utf-8";
|
||||
|
||||
// Branding
|
||||
$autonomic-main-color: #EE4A33;
|
||||
$autonomic-red: #EE4A33;
|
||||
$coopcloud-blue: #202674;
|
||||
$coopcloud-pink: #ff4f88;
|
||||
$white: white;
|
||||
$text-color: #1C1C1C;
|
||||
$bg-color: #EFEFEF;
|
||||
|
||||
$footer-background-color: $coopcloud-blue;
|
||||
$footer-color: true;
|
||||
|
||||
$danger: $autonomic-main-color;
|
||||
$danger: $autonomic-red;
|
||||
|
||||
// HACK: Changing button behaviour globally as quick fix for the "visit: autonomic.zone" button
|
||||
$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";
|
||||
|
||||
@ -56,7 +63,6 @@ body {
|
||||
.section {
|
||||
padding: 0 5%;
|
||||
#who-is-involved {
|
||||
color: white;
|
||||
padding: 60px 10%;
|
||||
.column{
|
||||
padding: 0, 30px;
|
||||
@ -64,10 +70,7 @@ body {
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
.questions {
|
||||
$top-bottom-padding: 60px;
|
||||
@ -84,7 +87,12 @@ body {
|
||||
|
||||
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user