Cleanup CSS add Snap! style block attachments
This commit is contained in:
parent
debefc307a
commit
843ec586ed
16 changed files with 72 additions and 18 deletions
|
|
@ -1,3 +1,4 @@
|
|||
@import "osem-variables";
|
||||
@import "bootstrap/mixins";
|
||||
|
||||
html {
|
||||
|
|
@ -17,6 +18,21 @@ body {
|
|||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
// Designed to be the last element in a section / nav
|
||||
// Makes a little "puzzle piece" connector.
|
||||
.trapezoid {
|
||||
position: relative;
|
||||
margin-left: 60px;
|
||||
border-top: $trapezoid-height solid;
|
||||
border-left: 9px solid transparent;
|
||||
border-right: 9px solid transparent;
|
||||
height: 0;
|
||||
width: 64px;
|
||||
margin-top: -1 * $trapezoid-height;
|
||||
top: $trapezoid-height;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue