Skip to content
Snippets Groups Projects
Verified Commit 2d995838 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

fix: minor visual fixes

parent 1c21101e
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
{% for idp in prev_idps %} {% for idp in prev_idps %}
{% if idp.index == component_index %} {% if idp.index == component_index %}
{% if muni_jvs %} {% if muni_jvs %}
<div class="box-vcards-list__item box-vcard--compact searchbox-result side-padding-zero"> <div class="box-vcards-list__item box-vcard--compact searchbox-result u-pr-0 u-pl-0">
<button class="preferred-idp" type="submit"> <button class="preferred-idp" type="submit">
<div class="box-vcards-list__inner side-padding-zero"> <div class="box-vcards-list__inner u-pr-0 u-pl-0">
<p class="box-vcards-list__img center"> <p class="box-vcards-list__img center">
<img src="{{ idp.img }}" class="img-searchbox"/> <img src="{{ idp.img }}" class="img-searchbox"/>
</p> </p>
......
...@@ -130,6 +130,10 @@ html, body { ...@@ -130,6 +130,10 @@ html, body {
padding: 10px; padding: 10px;
} }
.framework_muni .individual-identity-logo {
border-right: 2px solid #757575;
}
.individual-identity-span-wrap.individual-identity-span-wrap { .individual-identity-span-wrap.individual-identity-span-wrap {
text-align: left; text-align: left;
padding: 0; padding: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment