mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
Improve expansion panel design (#379)
This commit is contained in:
parent
ba13eb6f99
commit
754950894f
@ -644,11 +644,11 @@ div[class^="collapsibleContent"] {
|
||||
/* icon types */
|
||||
/* -> info */
|
||||
.cml-expansion-panel.info .cml-expansion-panel-summary:before {
|
||||
background-image: url('/icons/ico-info-circle.svg');
|
||||
background-image: url('/icons/ico-info-circle.svg') !important;
|
||||
}
|
||||
/* -> tips */
|
||||
.cml-expansion-panel.tips .cml-expansion-panel-summary:before {
|
||||
background-image: url('/icons/ico-tips.svg');
|
||||
background-image: url('/icons/ico-tips.svg') !important;
|
||||
}
|
||||
/* -> alert */
|
||||
.cml-expansion-panel.alert .cml-expansion-panel-summary:before {
|
||||
|
Loading…
Reference in New Issue
Block a user