Remove unnecessary flex scss file; make header go edge-to-edge

pull/1/head
Alex Basson 4 years ago
parent 504bf8bc57
commit 4d6eb4ecf1

@ -1,25 +0,0 @@
.fdr {
display: flex;
flex-direction: row;
}
.fdc {
display: flex;
flex-direction: column;
}
.fjc {
justify-content: center;
}
.fjb {
justify-content: space-between;
}
.fjl {
justify-content: left;
}
.fac {
align-items: center;
}

@ -14,7 +14,6 @@ $spacers: (
@import "fonts"; @import "fonts";
@import "colors"; @import "colors";
@import "borders"; @import "borders";
@import "flex";
@import "dashboard"; @import "dashboard";

@ -3,8 +3,12 @@
<div class="row py-4 justify-content-between align-items-center"> <div class="row py-4 justify-content-between align-items-center">
<div class="col d-flex justify-content-start align-items-center"> <div class="col d-flex justify-content-start align-items-center">
<p class="me-6"><%= link_to image_tag('logo.png', class: 'height-56'), root_path %></p> <p class="me-6"><%= link_to image_tag('logo.png', class: 'height-56'), root_path %></p>
<p class="me-4"><a class="h3" href="/districts/<%= @district.slug %>/schools/<%= @school.slug %>/dashboard?year=2020-21">Dashboard</a></p> <p class="me-4">
<p><a class="h3" href="/districts/<%= @district.slug %>/schools/<%= @school.slug %>/browse/teachers-and-leadership?year=2020-21">Browse</a></p> <a class="h3" href="/districts/<%= @district.slug %>/schools/<%= @school.slug %>/dashboard?year=2020-21">Dashboard</a>
</p>
<p>
<a class="h3" href="/districts/<%= @district.slug %>/schools/<%= @school.slug %>/browse/teachers-and-leadership?year=2020-21">Browse</a>
</p>
</div> </div>
<div class="col d-flex justify-content-end"> <div class="col d-flex justify-content-end">

@ -26,7 +26,7 @@
<body> <body>
<div class="container-fluid"> <div>
<%= render partial: 'layouts/sqm/header' %> <%= render partial: 'layouts/sqm/header' %>
</div> </div>

Loading…
Cancel
Save