mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-05 13:38:01 +00:00
Restructure Sass files and folders for proper application Sass development
This commit is contained in:
committed by
Francis Lachapelle
parent
a87bbc2de5
commit
5217c0ac64
@@ -0,0 +1,34 @@
|
||||
.full {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.gap {
|
||||
width:50px;
|
||||
}
|
||||
|
||||
|
||||
.md-subheader {
|
||||
background-color: #dcedc8;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
h2.md-subheader {
|
||||
margin: 0px;
|
||||
margin-left: -24px;
|
||||
margin-right: -24px;
|
||||
margin-top: -24px;
|
||||
}
|
||||
|
||||
h2.md-subheader.md-sticky-clone {
|
||||
margin-right:0px;
|
||||
margin-top:0px;
|
||||
|
||||
box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.16);
|
||||
}
|
||||
|
||||
h2 .md-subheader-content {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user