Skip to content

Commit f33c2b3

Browse files
committed
Modal-footer remove margin-bottom from ,btn class
Navigation tabs remove underline from links
1 parent 6b32f3e commit f33c2b3

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/_common/navigation/navigation.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ span a {
5959
.nav-item {
6060

6161
.nav-link {
62+
text-decoration: none;
63+
6264
&:hover {
6365
color: #ffffff;
6466
background-color: $color-primary;
@@ -88,6 +90,8 @@ span a {
8890
.nav-item {
8991

9092
.nav-link {
93+
text-decoration: none;
94+
9195
&:hover {
9296
color: $color-text;
9397
background-color: transparent;

src/app/_common/modals/modals.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
background-color: $color-primary;
88
color: #ffffff;
99
}
10+
11+
.modal-footer {
12+
.btn {
13+
margin-bottom: 0;
14+
}
15+
}
1016
}
1117
}

0 commit comments

Comments
 (0)