Skip to content

Commit 6b930ef

Browse files
committed
removed commented out code from state container scss file
1 parent 6e696a6 commit 6b930ef

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/app/styles/layout/_stateContainer.scss

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
font-size: 10px;
33
overflow: auto;
44
background-color: $state-background;
5-
// margin-left: 5px;
65
}
76

87
.toggleAC {
9-
// color: #00dffc;
10-
//color: $blue-brand;
118
background: #ff0001;
129
height: 50%;
1310
text-decoration: none;
@@ -19,16 +16,6 @@
1916
box-shadow: none;
2017
}
2118

22-
// .state-container .navbar {
23-
// //background-color: $state-background;
24-
// //color: #ff0000;
25-
// display: flex;
26-
// flex-direction: row;
27-
// justify-content: flex-start;
28-
// align-items: center;
29-
// height: 30px;
30-
// }
31-
3219
.state-container .main-navbar {
3320
background-color: $state-background;
3421
color: #ff0000;
@@ -59,15 +46,6 @@
5946
height: 35px;
6047
}
6148

62-
// .navbar {
63-
// color: #ff0000;
64-
// // prevent navbar from scrolling with state/tree display
65-
// position: sticky;
66-
// left: 0;
67-
// top: 0;
68-
// @extend %disable-highlight;
69-
// }
70-
7149
.no-data-message {
7250
color: #ff0001;
7351
font: normal 13px $text-font-stack;

0 commit comments

Comments
 (0)