Skip to content

Commit aaef111

Browse files
committed
setup button style
1 parent 393967e commit aaef111

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

css/style.css

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/menu/_menu-media.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@
9595
font-size: 140px;
9696
}
9797
}
98+
.button-block {
99+
.button {
100+
border: 2px solid $color_text;
101+
&:hover {
102+
border: 2px solid $color_about;
103+
}
104+
}
105+
}
98106
.menu {
99107
margin-top: 20px;
100108
padding: 20px 0;

scss/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
width: 100%;
4747
text-align: center;
4848
.button {
49+
width: 100%;
4950
background-color: #fff;
50-
border-radius: 20px;
5151
border: 3px solid $color_text;
5252
padding: 10px 10px;
53-
margin: 20px auto;
53+
margin: 20px 0;
5454
text-align: center;
5555
font-family: "Montserrat", serif;
5656
font-weight: 500;

0 commit comments

Comments
 (0)