Skip to content

Commit 1b01ac8

Browse files
committed
removed commented code
1 parent eb3bc31 commit 1b01ac8

File tree

1 file changed

+0
-81
lines changed

1 file changed

+0
-81
lines changed

src/components/app/details/app.scss

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -51,87 +51,6 @@
5151
}
5252
}
5353

54-
// .env-empty-state {
55-
// height: calc(100vh - 48px);
56-
// }
57-
58-
// .loading-state {
59-
// height: calc(100vh - 78px);
60-
// }
61-
62-
// .saved-env-filters__wrap {
63-
// padding: 6px 20px;
64-
// display: flex;
65-
// flex-wrap: wrap;
66-
// background-color: var(--white);
67-
// z-index: var(--app-list-header-index);
68-
69-
// .saved-env-filter {
70-
// display: flex;
71-
// align-items: center;
72-
// border-radius: 4px;
73-
// border: solid 1px var(--N200);
74-
// background-color: #f7fafc;
75-
// padding-left: 6px;
76-
// padding-right: 6px;
77-
// -webkit-user-select: none;
78-
// user-select: none;
79-
// margin: 0 12px 0 0;
80-
// min-height: 24px;
81-
// }
82-
83-
// .saved-env-filter-divider {
84-
// height: 24px;
85-
// width: 1px;
86-
// background-color: var(--N200);
87-
// }
88-
89-
// .saved-env-filter__close-btn {
90-
// font-size: 14px;
91-
// line-height: 1;
92-
// margin-left: 10px;
93-
// color: #72767a;
94-
// border: none;
95-
// padding: 1px;
96-
// background-color: #f7fafc;
97-
// }
98-
99-
// .saved-env-filters__clear-btn {
100-
// background-color: var(--white);
101-
// height: 24px;
102-
// text-transform: capitalize;
103-
// font-size: 12px;
104-
// font-weight: 600;
105-
// font-style: normal;
106-
// font-stretch: normal;
107-
// line-height: 1.5;
108-
// letter-spacing: normal;
109-
// padding: 7px 10px;
110-
// margin-right: 12px;
111-
// color: var(--B500);
112-
// border: none;
113-
// width: 115px;
114-
// }
115-
// }
116-
117-
// .env-details-page {
118-
// height: calc(100vh - 77px);
119-
120-
// .tab-list__tab-link {
121-
// padding: 0 0 8px 0;
122-
// }
123-
124-
// .tab-list__tab-link.active .tab-list__icon path {
125-
// fill: var(--B500);
126-
// }
127-
128-
// .tab-list__tab-link:hover path {
129-
// color: var(--B500);
130-
// text-decoration: none;
131-
// fill: var(--B500);
132-
// }
133-
// }
134-
13554
.create-group-container,
13655
.env-header-tab {
13756
.tab-list {

0 commit comments

Comments
 (0)