]> _ Git - eif-extranet.git/commitdiff
wip #5496 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Sep 2022 13:41:12 +0000 (15:41 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Sep 2022 13:41:12 +0000 (15:41 +0200)
style/inc/common.sass
style/inc/forms.sass
style/style.sass

index 1a42ce6bb59a2dc91f8edc91f67c73e45245f276..b7e7e09a431a72107ba305f319e40d80b9d0bf1e 100644 (file)
@@ -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
index ceb005d63be71b5e95c19da345ad9236c2366fac..d4df4bc8056683d22e0ee0aa429bd8da4c1bf8bd 100644 (file)
@@ -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)
 
index 6b8aa966e5aabf3c8ee1c1380985ac2b4712f7a0..7d3ef1603740527a721038b4138eea3d358b0f11 100644 (file)
@@ -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"