Skip to content

Commit bead071

Browse files
authored
UI Improvement: Link Arrows MessageBox (#9161)
1 parent be806fa commit bead071

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

templates/default/070-components/UI-framework/MessageBox/_ui-component_messagebox.scss

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
$il-messagebox-link-bullet: "\00BB \0020";
88
$il-messagebox-margin-top: 10px;
99
$il-messagebox-link-list-margin-top: 15px;
10+
$il-messagebox-link-list-padding-left: 26px;
1011

1112
div.alert {
1213
div {
@@ -15,13 +16,8 @@ div.alert {
1516
ul {
1617
margin-top: $il-messagebox-link-list-margin-top;
1718
background-color: $il-main-dark-bg;
18-
padding: $il-padding-large-vertical $il-padding-large-horizontal;
19+
padding: $il-padding-large-vertical $il-messagebox-link-list-padding-left;
1920
font-size: $il-font-size-small;
2021
color: $il-text-light-color;
21-
list-style-type: none;
22-
}
23-
ul > li:before {
24-
content: $il-messagebox-link-bullet;
25-
/* margin-left: -10px; */
2622
}
2723
}

templates/default/delos.css

+1-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)