|
|
|
@ -136,9 +136,12 @@
|
|
|
|
|
opacity: 0; |
|
|
|
|
/* Intentionally not using CSS logical properties. */ |
|
|
|
|
border-top: solid var(--color--primary-50) var(--sp0-5); |
|
|
|
|
border-right: solid 1px transparent; /* Transparent borders useful for Windows High Contrast mode. */ |
|
|
|
|
border-bottom: solid 1px transparent; |
|
|
|
|
border-left: solid 1px transparent; |
|
|
|
|
/*border-right: solid 1px transparent; [> Transparent borders useful for Windows High Contrast mode. <]*/ |
|
|
|
|
/*border-bottom: solid 1px transparent;*/ |
|
|
|
|
/*border-left: solid 1px transparent;*/ |
|
|
|
|
border-right: solid 1px #ccc; /* Transparent borders useful for Windows High Contrast mode. */ |
|
|
|
|
border-bottom: solid 1px #ccc; |
|
|
|
|
border-left: solid 1px #ccc; |
|
|
|
|
border-radius: 0 0 2px 2px; |
|
|
|
|
background: var(--color--white); |
|
|
|
|
box-shadow: 0 1px 36px rgba(0, 0, 0, 0.08); |
|
|
|
|