PHP section all done

This commit is contained in:
MattIPv4
2020-04-30 16:34:35 +01:00
parent 361f3d8aa3
commit b611b039a0
2 changed files with 127 additions and 2 deletions

View File

@@ -101,6 +101,14 @@ $highlight: #f2c94c;
color: $dark-blue;
font-size: 1rem;
&.text {
border-radius: $border-radius;
color: $dark-grey;
display: inline-block;
font-size: 14px;
padding: .25rem .5rem;
}
}
.button {
@@ -132,7 +140,8 @@ $highlight: #f2c94c;
}
.checkbox,
.radio {
.radio,
.text {
background: rgba($highlight, .35);
}
}