Skip to content

Commit 6fcbd39

Browse files
committed
Remove unused css classes of IdPs button
The removed classes are: - b2access-orange - dariah-reverse
1 parent 9e78dec commit 6fcbd39

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

www/resources/sass/_idps_buttons.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
// Color rules for the buttons that have icons
22

33
.ssp-btn {
4-
&.b2access-orange {
5-
background-color: $b2access-orange;
6-
padding: 3px 6px;
7-
font-weight: 500;
8-
img {
9-
height: 30px;
10-
}
11-
}
124
&.b2access {
135
background-color: $b2access-blue;
146
padding: 3px 6px;
@@ -32,14 +24,6 @@
3224
padding-top: 7px;
3325
padding-bottom: 5px;
3426
}
35-
&.dariah-reverse {
36-
color: $white;
37-
background-color: #003563;
38-
font-weight: 500;
39-
text-transform: uppercase;
40-
padding-top: 7px;
41-
padding-bottom: 5px;
42-
}
4327
&.google {
4428
background-color: $google;
4529
}

0 commit comments

Comments
 (0)