Skip to content
Snippets Groups Projects
Commit f817b940 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

styling hr

parent 228a6fa3
Branches
Tags
No related merge requests found
...@@ -90,6 +90,10 @@ ...@@ -90,6 +90,10 @@
color: var(--ars-header-color); color: var(--ars-header-color);
line-height: 22px; line-height: 22px;
white-space: normal; white-space: normal;
hr {
border: 1px solid var(--ars-header-color);
}
} }
&-btn { &-btn {
...@@ -263,6 +267,10 @@ ...@@ -263,6 +267,10 @@
max-width: 100%; max-width: 100%;
color: yellow; color: yellow;
hr {
border: 2px solid yellow;
}
img { img {
width: 100% !important; width: 100% !important;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment