Skip to content

Commit 0bc4633

Browse files
author
\nrlucke
committed
add missing file
1 parent 5478176 commit 0bc4633

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

assets/less/settings.less

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#courseware-settings {
2+
label {
3+
font-weight: 700;
4+
dfn {
5+
display: block;
6+
max-width: 48em;
7+
font-weight: 400;
8+
}
9+
&.cw-settings-label-vips-tries {
10+
input {
11+
display: inline-block;
12+
margin-right: 1em;
13+
}
14+
}
15+
}
16+
17+
}

0 commit comments

Comments
 (0)