From: Vincent Vanwaelscappel Date: Thu, 29 Sep 2022 13:41:12 +0000 (+0200) Subject: wip #5496 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=03625bf30a2f2ca53ded807a3596d36539196db1;p=eif-extranet.git wip #5496 @0:10 --- diff --git a/style/inc/common.sass b/style/inc/common.sass index 1a42ce6..b7e7e09 100644 --- a/style/inc/common.sass +++ b/style/inc/common.sass @@ -25,4 +25,38 @@ body svg .no-msie width: auto - height: auto \ No newline at end of file + height: auto + +main + min-width: 1650px + padding: $space $space $space $space*3+150px + + section + margin-top: 15px + padding: 15px 0 + + &.nomargin + margin-top: 0 + + h2 + color: $headings-color + font-size: 24px + font-weight: 900 + margin-bottom: 9px + + + + article + position: relative + background-color: #fff + border-radius: 6px + transition: box-shadow 0.5s + padding: 15px + + &:hover + box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) + + h4 + color: $light-color + font-size: 16px + font-weight: 400 \ No newline at end of file diff --git a/style/inc/forms.sass b/style/inc/forms.sass index ceb005d..d4df4bc 100644 --- a/style/inc/forms.sass +++ b/style/inc/forms.sass @@ -90,6 +90,12 @@ form grid-template-columns: repeat( 4, 1fr) grid-gap: 35px 25px + .no-cssgrid & + label + display: inline-block + width: 22% + margin: 0 25px 30px 0 + &.grid-12 grid-template-columns: repeat( 12, 1fr) diff --git a/style/style.sass b/style/style.sass index 6b8aa96..7d3ef16 100644 --- a/style/style.sass +++ b/style/style.sass @@ -2,41 +2,6 @@ @import "inc/reset" @import "inc/mixins" @import "inc/common" - -main - min-width: 1700px - padding: $space $space $space $space*3+150px - - section - margin-top: 15px - padding: 15px 0 - - &.nomargin - margin-top: 0 - - h2 - color: $headings-color - font-size: 24px - font-weight: 900 - margin-bottom: 9px - - - - article - position: relative - background-color: #fff - border-radius: 6px - transition: box-shadow 0.5s - padding: 15px - - &:hover - box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) - - h4 - color: $light-color - font-size: 16px - font-weight: 400 - @import "inc/page-dashboard" @import "inc/page-table" @import "inc/table"