Skip to content
Snippets Groups Projects
Commit ce8bffd3 authored by Dominik Baránek's avatar Dominik Baránek
Browse files

fix: margins, rounded corners

parent dba3f11b
No related branches found
No related tags found
2 merge requests!16fix: margins, rounded corners,!17Shadows
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
{% if muni_jvs %} {% if muni_jvs %}
inp-text js-suggest searchbox-input input-height selectized color-border-{{ configuration.priority }} inp-text js-suggest searchbox-input input-height selectized color-border-{{ configuration.priority }}
{% else %} {% else %}
border border-2 input-height border-{% if configuration.priority == 'primary' %}dark{% else %}muted{% endif %} border border-2 input-height rounded border-{% if configuration.priority == 'primary' %}dark{% else %}muted{% endif %}
{% endif %}"> {% endif %}">
{% if prev_idps is not null %} {% if prev_idps is not null %}
......
...@@ -76,10 +76,14 @@ html, body { ...@@ -76,10 +76,14 @@ html, body {
display: none; display: none;
} }
.external { .framework_muni .external {
margin-bottom: 24px; margin-bottom: 24px;
} }
.external {
margin-bottom: 12px;
}
.header-text { .header-text {
margin: 36px; margin: 36px;
text-align: left; text-align: left;
...@@ -327,7 +331,7 @@ html, body { ...@@ -327,7 +331,7 @@ html, body {
} }
#content { #content {
margin: 0 36px 0 36px; margin: 0 36px 24px 36px;
} }
.framework_muni #content { .framework_muni #content {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment