-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gaufre): update style to match upstream
- Loading branch information
marc.sirisak
committed
Jun 18, 2024
1 parent
c161737
commit 8147bd6
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
.lasuite-gaufre-tchap { | ||
border: solid 1px #9999fc; | ||
color: #9999fc; | ||
--gaufre-color: #9999fc; | ||
|
||
border: solid 1px var(--gaufre-color); | ||
color: var(--gaufre-color); | ||
|
||
&::before { | ||
background: #9999fc; | ||
background: var(--gaufre-color); | ||
} | ||
} | ||
|
||
#tchap-gaufre { | ||
overflow: scroll; | ||
height: 300px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters