bg success

This commit is contained in:
Tykayn 2021-11-08 17:24:28 +01:00 committed by tykayn
parent c2c193bfa9
commit 19127328d2
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<section class="hero is-medium is-success"> <section class="hero is-medium has-background-success">
<div class="hero-body"> <div class="hero-body">
<div class="container has-text-centered"> <div class="container has-text-centered">
<div class="main-block"> <div class="main-block">

View File

@ -1,3 +1,5 @@
@import './src/styles/variables';
.button, .button,
a, a,
button { button {
@ -16,3 +18,6 @@ a {
:host { :host {
padding: 2em; padding: 2em;
} }
.has-background-success {
background: $logo_color_2;
}