]> _ Git - eif-extranet.git/commitdiff
wait #5495 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Sep 2022 11:00:34 +0000 (13:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Sep 2022 11:00:34 +0000 (13:00 +0200)
style/inc/forms.sass
style/inc/menu-compact.sass [deleted file]
style/inc/mixins.sass

index c4dd4494216328348863d5c7d4af1bec5e54c450..ceb005d63be71b5e95c19da345ad9236c2366fac 100644 (file)
@@ -68,6 +68,10 @@ form
         height: 12px
 
   &.details
+    input[type="text"], input[type="search"], select, textarea
+      height: 38px
+      padding: 9px 15px
+
     fieldset
       padding-top: 30px
       margin-top: 40px
diff --git a/style/inc/menu-compact.sass b/style/inc/menu-compact.sass
deleted file mode 100644 (file)
index e69de29..0000000
index 19268db26df522ceb9ded6fd5cb5fb3c3a930dc5..a70237850f8ae15cb785cd7711370285bead7d27 100644 (file)
@@ -6,38 +6,38 @@
   padding: $space
 
 @mixin menu-compact
+  $compact-menu-space: 15px
+  $width: 70px
+
   main
     padding: $space $space $space $space*3+70px
 
-    $compact-menu-space: 15px
-    $width: 70px
-
-    #menu
-      width: $width
+  #menu
+    width: $width
 
-      .compact
-        display: block
+    .compact
+      display: block
 
-      .large
-        display: none
+    .large
+      display: none
 
-      #logo-client, #logo-eif
-        padding: $compact-menu-space
+    #logo-client, #logo-eif
+      padding: $compact-menu-space
 
-      #logo-client
-        padding-top: $space
+    #logo-client
+      padding-top: $space
 
-      nav > ul > li
-        > a
-          padding: $compact-menu-space
-          height: $width
+    nav > ul > li
+      > a
+        padding: $compact-menu-space
+        height: $width
 
-          span
-            display: none
+        span
+          display: none
 
-        ul
-          left: $width+1
+      ul
+        left: $width+1
 
-      .toggle-menu
-        svg
-          transform: scale(1, 1)
\ No newline at end of file
+    .toggle-menu
+      svg
+        transform: scale(1, 1)
\ No newline at end of file