Skip to content

Commit 06ec779

Browse files
Styled minimal button and events.
1 parent 92f4ad2 commit 06ec779

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_sass/buttons.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
.button-minimal {
1717
font-size: 1.5em;
1818
font-family: 'Playfair Display', serif;
19-
//background: $button-background;
19+
background: transparent;
2020
color: $black;
21-
//border: $button-border;
21+
border: $black 1px solid;
2222
min-width: 30%;
2323
transition: all 0.5s ease-in-out;
2424
&:hover {
25-
color: $button-text-hover;
26-
background: $button-background-hover;
27-
border: $button-border-hover;
25+
color: $orange;
26+
//background: $button-background-hover;
27+
border: $black 1px solid;
2828
}
2929
}

_sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ a {
321321

322322
.upcoming__col {
323323
//background: rgba(0, 0, 0, 0.7);
324-
background: $bright-white;
324+
background: $old-white;
325325
border-radius: 5px;
326326
border: #000000 1px solid;
327327
//box-shadow: rgba(0, 0, 0, 0.76) 5px 5px 5px 0;

0 commit comments

Comments
 (0)