File tree Expand file tree Collapse file tree 1 file changed +0
-109
lines changed
redisinsight/ui/src/pages/home Expand file tree Collapse file tree 1 file changed +0
-109
lines changed Original file line number Diff line number Diff line change 58
58
}
59
59
}
60
60
61
-
62
- // TODO: remove
63
- .databasePanelWrapper {
64
- height : 100% ;
65
- background-color : var (--euiColorEmptyShade );
66
- }
67
-
68
61
.container {
69
62
@include eui .scrollBar ;
70
63
76
69
margin-right : 5px ;
77
70
border-radius : 4px ;
78
71
}
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
181
72
182
73
.clusterDatabaseList ,
183
74
.clusterDatabaseListResult ,
You can’t perform that action at this time.
0 commit comments