Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 64e34be

Browse files
authored
Merge pull request #451 from openforge/fix/about-button
fix(about): active and hover styles
2 parents 53a2a85 + 004e00c commit 64e34be

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/pages/app-about/app-about.scss

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
p.about-text {
7676
@include media-breakpoint-down(md) {
77-
color: #5d534e;
77+
color: $gray-brown;
7878
margin-bottom: 1rem;
7979
}
8080
@include media-breakpoint-down(sm) {
@@ -120,10 +120,22 @@
120120
max-width: 278px;
121121
text-align: center;
122122
}
123-
color: #5d534e;
123+
color: $gray-brown;
124124
max-width: 420px;
125125
text-align: left;
126126
}
127+
128+
button {
129+
&:hover {
130+
background: $orange-dark;
131+
border-color: $white;
132+
}
133+
134+
&:not(:disabled):active {
135+
background-color: $orange-dark;
136+
border-color: $white;
137+
}
138+
}
127139
}
128140

129141
.members {

0 commit comments

Comments
 (0)