Skip to content

Commit 0778ed2

Browse files
committed
use new dash classes
1 parent e9360a7 commit 0778ed2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/cds_portal/assets/custom.css

+14
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@ html,
216216
padding: 10px;
217217
}
218218

219+
.dash-card {
220+
max-width: 98%;
221+
padding: 10px;
222+
border: 1px solid var(--info) !important;
223+
}
224+
219225
.cds-dashboard .v-dialog {
220226
box-shadow: none;
221227
}
@@ -232,6 +238,14 @@ html,
232238
color: white !important;
233239
}
234240

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+
235249
.cds-dashboard .col {
236250
padding-block: 0;
237251
}

0 commit comments

Comments
 (0)