File tree Expand file tree Collapse file tree 5 files changed +8
-71
lines changed
Expand file tree Collapse file tree 5 files changed +8
-71
lines changed Original file line number Diff line number Diff line change 1-
21@import " select2" ;
32@import " application/variables" ;
43@import " application/bootstrap-overrides" ;
54@import " bootstrap" ;
65@import " application/bootstrap-classes-overrides" ;
7- @import " application/bootstrap-custom" ;
86@import " application/member-card" ;
97@import " application/avatar" ;
108@import " application/footer" ;
119@import " application/glyphicons" ;
1210
13- html {
14- font-size : 14px ;
15- }
16-
1711.content {
1812 margin-bottom : 120px ;
1913}
@@ -228,10 +222,6 @@ html {
228222 padding : 20px ;
229223}
230224
231- .row.exports {
232- padding : 20px 0 ;
233- }
234-
235225@media screen {
236226 html {
237227 min-height : 100% ;
@@ -343,12 +333,8 @@ label[required]::after{
343333 }
344334}
345335
346- .navbar-toggler {
347- height : 24px ;
348- }
349-
350336.navbar-header {
351- min-height : 50 px ;
337+ min-height : 60 px ;
352338}
353339
354340.text-white .dropdown-item {
@@ -359,10 +345,6 @@ label[required]::after{
359345 padding : 0 ;
360346}
361347
362- .navbar-block {
363- margin-top : 0.1875rem ;
364- }
365-
366348.navbar-nav > li > a {
367349 font-size : 1rem ;
368350 font-weight : 500 ;
@@ -652,13 +634,8 @@ label[required]::after{
652634}
653635
654636@media (max-width :767px ){
655- html {
656- font-size :55.5% ;
657- }
658-
659637 .navbar-nav > li {
660638 text-align : center ;
661- color : $palette-dark-turkey ;
662639 }
663640}
664641
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2525 <% end %>
2626 </ ul >
2727
28- < ul class ="nav navbar-nav navbar-right d-md-none mt-4 text-white ">
28+ < ul class ="nav navbar-nav navbar-right d-md-none text-white ">
2929 <% if current_user %>
30- < li class ="nav-item ">
30+ < li class ="nav-item mt-4 ">
3131 <%= image_tag avatar_url ( current_user ) %>
3232 <%= current_user . email %>
3333 </ li >
Original file line number Diff line number Diff line change 1212 </ head >
1313 < body >
1414 < div class ="container ">
15- < div class ="row exports ">
16- < div class ="col-12 ">
17- <%= t 'reports.download' %>
18- <%= link_to 'CSV' , url_for ( params . to_unsafe_h . merge ( format : :csv ) ) %>
19- <%= link_to 'PDF' , url_for ( params . to_unsafe_h . merge ( format : :pdf ) ) %>
20- </ div >
15+ < div class ="my-3 ">
16+ <%= t 'reports.download' %>
17+ <%= link_to 'CSV' , url_for ( params . to_unsafe_h . merge ( format : :csv ) ) %>
18+ <%= link_to 'PDF' , url_for ( params . to_unsafe_h . merge ( format : :pdf ) ) %>
2119 </ div >
2220 <%= yield %>
2321 </ div >
Original file line number Diff line number Diff line change 11< header class ="pb-2 mb-5 mt-4 border-bottom ">
2- < h1 class ="display-4 "> <%= @document . title %> </ h1 >
2+ < h1 class ="display-4 "> <%= @document . title %> </ h1 >
33</ header >
44
55<%= m @document . content %>
You can’t perform that action at this time.
0 commit comments