Skip to content

Commit dc8eb7b

Browse files
committed
#RI-6293 - remove unused styles
1 parent 5e354f2 commit dc8eb7b

File tree

1 file changed

+0
-109
lines changed

1 file changed

+0
-109
lines changed

redisinsight/ui/src/pages/home/styles.scss

Lines changed: 0 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@
5858
}
5959
}
6060

61-
62-
// TODO: remove
63-
.databasePanelWrapper {
64-
height: 100%;
65-
background-color: var(--euiColorEmptyShade);
66-
}
67-
6861
.container {
6962
@include eui.scrollBar;
7063

@@ -76,108 +69,6 @@
7669
margin-right: 5px;
7770
border-radius: 4px;
7871
}
79-
// TODO: remove
80-
.formDataTypes {
81-
padding-top: 20px;
82-
}
83-
84-
.dbTypes {
85-
padding-bottom: 10px;
86-
}
87-
88-
.getStartedForm {
89-
max-width: 752px;
90-
padding-top: 3px;
91-
font-family: "Graphik", sans-serif;
92-
font-weight: 400 !important;
93-
}
94-
95-
.boxSection {
96-
padding: 3px 18px 18px;
97-
background-color: var(--euiColorLightestShade) !important;
98-
border: 1px solid var(--euiColorLightShade);
99-
border-radius: 4px;
100-
margin-top: 10px;
101-
102-
.euiSelect,
103-
.euiSuperSelectControl,
104-
.euiFieldText,
105-
.euiTextArea {
106-
background-color: var(--euiColorLightestShade) !important;
107-
}
108-
}
109-
110-
.footerAddDatabase {
111-
bottom: 0;
112-
float: right;
113-
text-align: right;
114-
vertical-align: bottom;
115-
width: 100%;
116-
padding: 15px 24px 0;
117-
border-radius: 0 0 4px 4px;
118-
119-
border-top: 1px solid var(--euiColorLightShade);
120-
}
121-
122-
.euiResizableContainer {
123-
.container {
124-
margin-right: 0;
125-
padding: 12px 24px;
126-
127-
&.addDbWrapper {
128-
padding: 20px 30px;
129-
}
130-
}
131-
132-
.footerAddDatabase {
133-
margin: 0px;
134-
width: 100%;
135-
}
136-
.euiFormLegend {
137-
display: none;
138-
}
139-
140-
.euiRadioGroup__item {
141-
margin-right: 0 !important;
142-
width: auto;
143-
padding-right: 40px;
144-
}
145-
}
146-
147-
.passwordField {
148-
padding: 12px;
149-
}
150-
151-
.euiButton.btn-cancel,
152-
.euiButton.btn-back {
153-
margin-right: 10px;
154-
min-width: 71px !important;
155-
}
156-
157-
.flexGroupResponsiveForm {
158-
flex-wrap: wrap;
159-
margin-left: 0;
160-
margin-right: 0;
161-
padding-top: 10px;
162-
}
163-
164-
.flexItemResponsiveForm {
165-
width: 100% !important;
166-
flex-basis: 100% !important;
167-
margin-left: 0 !important;
168-
margin-right: 0 !important;
169-
min-height: 20px;
170-
171-
.euiFormRow {
172-
padding-top: 0px;
173-
.euiCheckbox {
174-
display: flex;
175-
min-height: 24px;
176-
align-items: center;
177-
}
178-
}
179-
}
180-
// TODO: end of prev remove
18172

18273
.clusterDatabaseList,
18374
.clusterDatabaseListResult,

0 commit comments

Comments
 (0)