Skip to content

Commit 53b5cc1

Browse files
renaming for coherence
1 parent 3fd00bd commit 53b5cc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

daikoku/javascript/src/style/layout/home.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.organisation__header {
2-
border-bottom: 1px solid $section-border-color;
2+
border-bottom: 1px solid $section-bottom-color;
33
position: relative;
44
background-color: $section-bg-color;
55
color:$section-text-color;

daikoku/javascript/src/style/layout/login.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
background-color: $menu-bg-color;
1010

1111
.organisation__header {
12-
border-bottom: 1px solid $section-border-color;
12+
border-bottom: 1px solid $section-bottom-color;
1313
position: relative;
1414
background-color: $section-bg-color;
1515
color:$section-text-color;

daikoku/javascript/src/style/variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $btn-border-color: #{"var(--btn-border-color, #97b0c7)"};//button
3131

3232
$section-bg-color: #{"var(--section-bg-color, #f8f9fa)"};//body
3333
$section-text-color:#{"var(--section-text-color, #6c757d)"};//body
34-
$section-border-color: #{"var(--section-bottom-color, #eee)"};//body
34+
$section-bottom-color: #{"var(--section-bottom-color, #eee)"};//body
3535

3636
$form-text-color:#{"var(--form-text-color, #000)"};//form
3737
$form-border-color:#{"var(--form-border-color, #586069)"};//form

0 commit comments

Comments
 (0)