Skip to content

Commit 2ea4f60

Browse files
MarkTeetsjasnoominzo-kimyuanjackie1
committed
Removed split styling
Co-authored-by: Jasmine Noor <[email protected]> Co-authored-by: Minzo Kim <[email protected]> Co-authored-by: Jackie Yuan <[email protected]>
1 parent 0640840 commit 2ea4f60

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

src/app/styles/base/_base.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ body {
2323
.state-container-container {
2424
grid-area: states;
2525
}
26-
.split {
27-
grid-area: states;
28-
}
26+
2927
.buttons-container {
3028
grid-area: buttons;
3129
border-color: rgba(41, 41, 41, 1);

src/app/styles/components/_buttons.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@
188188
.import-button,
189189
.howToUse-button,
190190
.export-button,
191-
.pause-button,
192-
.split-button {
191+
.pause-button {
193192
@extend %button-shared;
194193
color: white;
195194
border-color: transparent;
@@ -199,8 +198,7 @@
199198
.import-button:hover,
200199
.howToUse-button:hover,
201200
.export-button:hover,
202-
.pause-button:hover,
203-
.split-button:hover {
201+
.pause-button:hover {
204202
@extend %button-shared;
205203
color: #62d6fb;
206204
box-shadow: 1px 1px 2px 1px rgba(30, 86, 171, 0.25);

src/app/styles/layout/_buttonsContainer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.buttons-container {
66
margin: 0 1% 0 1%;
77
display: grid;
8-
grid-template-columns: repeat(5, 1fr);
8+
grid-template-columns: repeat(4, 1fr);
99
grid-gap: 1%;
1010
padding: 1% 0 1% 0;
1111
}

src/app/styles/layout/_mainContainer.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@
88
.state-container-container{
99
display: contents;
1010
}
11-
12-
.split {
13-
display: flex;
14-
overflow-y: auto;
15-
}

0 commit comments

Comments
 (0)