Python section all done

This commit is contained in:
MattIPv4
2020-04-30 16:44:21 +01:00
parent b611b039a0
commit 969d610831
4 changed files with 111 additions and 16 deletions

View File

@@ -107,7 +107,7 @@ $highlight: #f2c94c;
color: $dark-grey;
display: inline-block;
font-size: 14px;
padding: .25rem .5rem;
padding: 0 .5rem;
}
}
@@ -144,6 +144,12 @@ $highlight: #f2c94c;
.text {
background: rgba($highlight, .35);
}
label {
&.text {
padding: .25rem .5rem;
}
}
}
.checkbox,