|
@@ -15,7 +15,7 @@ html {
|
|
|
}
|
|
|
|
|
|
body {
|
|
|
- font-family: montserrat, arial, verdana;
|
|
|
+ font-family: 'Montserrat', sans-serif;
|
|
|
background-color: white;
|
|
|
font-size: 1.05rem;
|
|
|
}
|
|
@@ -162,6 +162,33 @@ body {
|
|
|
left: 45%;
|
|
|
}
|
|
|
|
|
|
+.imgfr {
|
|
|
+ width:90px;
|
|
|
+ height: 90px;
|
|
|
+ border-radius: 50%;
|
|
|
+ overflow: hidden;
|
|
|
+ margin: 1rem auto 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
+.card-title {
|
|
|
+ font-family: 'Montserrat', sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+.strong {
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
+
|
|
|
+.card {
|
|
|
+ border: none;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.zoomin {
|
|
|
+ display: none;
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
/* .history-modal {
|
|
|
height: 80vh;
|
|
|
}
|
|
@@ -248,6 +275,9 @@ body {
|
|
|
#msform .action-button:hover, #msform .action-button:focus {
|
|
|
box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
|
|
|
}
|
|
|
+#msform .next[disabled] {
|
|
|
+ background-color: grey;
|
|
|
+}
|
|
|
/*headings*/
|
|
|
.fs-title {
|
|
|
font-size: 15px;
|
|
@@ -328,6 +358,7 @@ p.error-text {
|
|
|
left: 24px;
|
|
|
color: rgba(255, 0, 0, .7);
|
|
|
font-size: .8em;
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
#term-error {
|
|
@@ -528,3 +559,7 @@ footer {
|
|
|
border: none;
|
|
|
}
|
|
|
|
|
|
+#msform input[type="text"].error {
|
|
|
+ border-color: red;
|
|
|
+}
|
|
|
+
|