app/assets/stylesheets/bjond_registrations.scss in bjond-api-0.2.1 vs app/assets/stylesheets/bjond_registrations.scss in bjond-api-0.2.2
- old
+ new
@@ -88,10 +88,13 @@
display: inline-block;
font-weight: bold;
}
.info {
display: inline-block;
+ &.new-section {
+ font-family: "Titillium Web Semi Bold";
+ }
}
}
.non-available {
margin: 30px 0;
font-style: italic;
@@ -107,11 +110,11 @@
background: #cbcbcb;
color: #707b7f;
}
.field {
- margin-bottom: 10px;
+ margin-bottom: 20px;
span.label {
margin-right: 20px;
width: 227px;
display: -webkit-inline-box
}
@@ -150,9 +153,16 @@
text-align: center;
}
.btn.register {
margin-bottom: 20px;
+}
+
+#notice {
+ color: green;
+ // background-color: rgba(255,255,255,0.5);
+ padding: 10px;
+ text-align: center;
}
@font-face {
font-family: "Titillium Web Regular";
src: font-url("bjond-api/TitilliumWeb-Regular.eot");