Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
fix garage 一部
Browse files Browse the repository at this point in the history
  • Loading branch information
AyumuNekozuki committed Sep 7, 2022
1 parent b1cc6fc commit a7769f6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/style_for/upload/_analytics.scss
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
color: $sub-1-text-color;
}
}
.css-10pvozg{
.css-k3lc0{
border-color: $border-background-color;
ul li{
span{
Expand Down
3 changes: 3 additions & 0 deletions src/style_for/upload/_upload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
.css-2vvef1{
color: $sub-2-text-color;
}
.css-1kv743p{
background-color: $sub2-background-color;
}
table.css-pum02d{
border-color: $border-background-color;
color: $main-text-color;
Expand Down
6 changes: 3 additions & 3 deletions src/style_for/upload/garage_master.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
このファイルにimport形式で読み込むようにしてください。
*/

@import '../parts/_default'; //全配色
@import '_garage_header'; //ガレージヘッダー
@import '_garage_footer'; //ガレージフッター
@use '../parts/_default' as *; //全配色
@import './parts/garage_header'; //ガレージヘッダー
@import './parts/garage_footer'; //ガレージフッター

@import '_videos'; //投稿動画一覧
@import '_upload'; //動画ファイル選択
Expand Down

0 comments on commit a7769f6

Please sign in to comment.