Remove responsive breakpoints and make compact
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
@import 'components/empty_state';
|
||||
|
||||
@import 'sections/layout';
|
||||
@import 'sections/navigation';
|
||||
@import 'sections/footer';
|
||||
@import 'sections/login';
|
||||
|
||||
|
@@ -0,0 +1 @@
|
||||
$nav-width: 300px;
|
9
scss/sections/_footer.scss
Normal file
9
scss/sections/_footer.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 1em;
|
||||
background-color: $color-gray-lightest;
|
||||
border-top: 1px solid $color-gray-lighter;
|
||||
}
|
@@ -1,17 +0,0 @@
|
||||
.content {
|
||||
|
||||
}
|
||||
|
||||
header {
|
||||
|
||||
}
|
||||
|
||||
section {
|
||||
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
16
scss/sections/_navigation.scss
Normal file
16
scss/sections/_navigation.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.usa-navbar {
|
||||
height: 5rem;
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
.usa-nav {
|
||||
padding-top: 1rem;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.usa-nav-primary {
|
||||
|
||||
li:last-child {
|
||||
padding-left: 3rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user