File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@import '@oasisprotocol/ui-library/src/styles/global.css' ;
22
33@theme {
4- --font-mono : 'Roboto Mono Variable' , monospace;
54 --color-theme-surface : var (--color-theme-surface );
65 --color-theme-accent : var (--color-theme-accent );
76 --color-theme-accent-light : var (--color-theme-accent-light );
1918 --color-theme-contrast-main : # ffffff ;
2019}
2120
22- .testnet {
21+ .testnet {
2322 --color-theme-surface : # fff0e4 ;
2423 --color-theme-accent : # ffa800 ;
2524 --color-theme-accent-light : # fff0e4 ;
4140 @apply rounded-none border-solid border-theme-layout-accent border-y-[10px ] border-x;
4241}
4342
44- /* Specific fixes needed during migration to Oasis UI Library */
45-
46- /* Override Tailwind's vertical-align reset for MUI SVG components */
47- [class *= 'Mui' ] img ,
48- [class *= 'Mui' ] svg ,
49- [class *= 'Mui' ] video ,
50- [class *= 'Mui' ] canvas ,
51- [class *= 'Mui' ] audio ,
52- [class *= 'Mui' ] iframe ,
53- [class *= 'Mui' ] embed ,
54- [class *= 'Mui' ] object {
55- vertical-align : revert;
56- }
57-
5843/* Flash animation for table highlights */
5944@keyframes flash {
6045 0% {
You can’t perform that action at this time.
0 commit comments