Skip to content
Snippets Groups Projects
Commit aef8af6a authored by DELARUELLE Myriam's avatar DELARUELLE Myriam
Browse files

fix css missing brace

parent 433b04e1
No related branches found
No related tags found
No related merge requests found
...@@ -995,8 +995,6 @@ th.group-column-iena{ ...@@ -995,8 +995,6 @@ th.group-column-iena{
font-size: medium; font-size: medium;
font-size: large; font-size: large;
font-weight: 900; font-weight: 900;
position: relative;
top: 2px;
} }
.iena-icon-distance::after{ .iena-icon-distance::after{
...@@ -1006,8 +1004,6 @@ th.group-column-iena{ ...@@ -1006,8 +1004,6 @@ th.group-column-iena{
font-size: medium; font-size: medium;
font-size: large; font-size: large;
font-weight: 950; font-weight: 950;
position: relative;
top: 2px;
} }
...@@ -1272,10 +1268,6 @@ border-bottom: 1px solid #dee2e6; ...@@ -1272,10 +1268,6 @@ border-bottom: 1px solid #dee2e6;
margin:0!important; margin:0!important;
} }
#drawermenu > ul.navbar{
padding:0;
#iena-search-tag, #iena-filters-tag{ #iena-search-tag, #iena-filters-tag{
display: none; display: none;
vertical-align: middle; vertical-align: middle;
...@@ -1337,5 +1329,4 @@ border-bottom: 1px solid #dee2e6; ...@@ -1337,5 +1329,4 @@ border-bottom: 1px solid #dee2e6;
} }
@keyframes l13{ @keyframes l13{
100%{transform: rotate(1turn)} 100%{transform: rotate(1turn)}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment