Yangman - requests settings
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / yangman.less
index 66e9e6e73a4a5e198b4d01f1ab1e0c1948378cab..3ef3009b4a9b702e277a6858986e35bc232d31d9 100644 (file)
@@ -1174,10 +1174,15 @@ md-dialog{
     }
 
     md-dialog-content, md-dialog-actions{
-        h2, span{
+        h2, h3, span{
             color: @fontColor;
         }
 
+        h3{
+            font-size: 14px;
+            font-weight: bold;
+        }
+
     }
 
 }
@@ -1292,4 +1297,14 @@ md-dialog{
 
 
     }
+
+
+}
+
+.settingsForm{
+    min-width: 400px;
+}
+
+.mb0{
+    margin-bottom: 0;
 }