We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9360a7 commit 0778ed2Copy full SHA for 0778ed2
src/cds_portal/assets/custom.css
@@ -216,6 +216,12 @@ html,
216
padding: 10px;
217
}
218
219
+.dash-card {
220
+ max-width: 98%;
221
+ padding: 10px;
222
+ border: 1px solid var(--info) !important;
223
+}
224
+
225
.cds-dashboard .v-dialog {
226
box-shadow: none;
227
@@ -232,6 +238,14 @@ html,
232
238
color: white !important;
233
239
234
240
241
+.dash-dialog-button {
242
+ position:absolute;
243
+ right: 1.5rem;
244
+ bottom: 0.5rem;
245
+ background-color: var(--md-blue-800) !important;
246
+ color: white !important;
247
248
235
249
.cds-dashboard .col {
236
250
padding-block: 0;
237
251
0 commit comments