We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb0e2e commit 64337ffCopy full SHA for 64337ff
src/components/SubjectTag.vue
@@ -43,15 +43,11 @@ export default Vue.extend({
43
padding: 4px 12px;
44
.SubjectIcon {
45
border-radius: 0;
46
- height: 7px;
47
- fill: #fff;
48
}
49
.SubjectTagText {
50
- font-family: 'Noto Sans', sans-serif;
51
- font-style: normal;
52
font-weight: bold;
53
font-size: 12px;
54
- color: #424242;
+ color: $color-gray;
55
margin: 8px;
56
57
src/layouts/classes.vue
@@ -61,8 +61,6 @@ export default Vue.extend({
61
62
<style scoped lang="scss">
63
.v-btn {
64
- font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
65
66
67
68
line-height: 16px;
0 commit comments