Skip to content

Commit 0a92a14

Browse files
author
tyr
committed
Refined button's style to fit better into existing design
1 parent cab375b commit 0a92a14

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

app/styles/crate.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,14 @@
240240
color: white;
241241
padding: 20px;
242242
}
243-
button {
244-
padding:5px;
243+
button, button:active {
244+
padding:5px 0;
245+
background-color: #FFFFFF;
246+
border: none;
247+
width: 60px;
248+
}
249+
button:hover{
250+
background: #edebdd;
245251
}
246252
@media only screen and (min-width: 500px) {
247253
.action { @include flex(2); display: block; }

0 commit comments

Comments
 (0)