Skip to content

Commit 64337ff

Browse files
committed
不要なスタイルを削除
1 parent 7bb0e2e commit 64337ff

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/components/SubjectTag.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,11 @@ export default Vue.extend({
4343
padding: 4px 12px;
4444
.SubjectIcon {
4545
border-radius: 0;
46-
height: 7px;
47-
fill: #fff;
4846
}
4947
.SubjectTagText {
50-
font-family: 'Noto Sans', sans-serif;
51-
font-style: normal;
5248
font-weight: bold;
5349
font-size: 12px;
54-
color: #424242;
50+
color: $color-gray;
5551
margin: 8px;
5652
}
5753
}

src/layouts/classes.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ export default Vue.extend({
6161

6262
<style scoped lang="scss">
6363
.v-btn {
64-
font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
65-
font-style: normal;
6664
font-weight: bold;
6765
font-size: 12px;
6866
line-height: 16px;

0 commit comments

Comments
 (0)