Skip to content

Commit 9730d63

Browse files
committed
refactor(.apply/.apply-btn): remove unused selectors
1 parent 00de909 commit 9730d63

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

src/css/rubycentral.css

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -49,44 +49,12 @@ h3 {
4949
margin: 0 0 5px 0;
5050
}
5151

52-
.apply {
53-
display: grid;
54-
grid-template-columns: 1fr 200px;
55-
gap: 25px;
56-
margin: 25px 0 0 0;
57-
}
58-
59-
.apply strong {
60-
display: block;
61-
margin: 0 0 10px 0;
62-
}
63-
64-
.apply-btn {
65-
display: block;
66-
width: 200px;
67-
text-align: center;
68-
color: var(--white);
69-
background: var(--red);
70-
height: 40px;
71-
line-height: 40px;
72-
border-radius: 3px;
73-
font-weight: 600;
74-
}
75-
7652
@media screen and (max-width: 1200px) and (orientation: portrait),
7753
(max-width: 1097px) and (orientation: landscape) {
7854
}
7955

8056
@media screen and (max-width: 900px) and (orientation: portrait),
8157
(max-width: 823px) and (orientation: landscape) {
82-
.apply {
83-
display: block;
84-
}
85-
86-
.apply-btn {
87-
width: auto;
88-
}
89-
9058
h3 {
9159
font-size: 20px;
9260
}

0 commit comments

Comments
 (0)