mirror of https://github.com/vector-im/riot-web
Fix monospace font and add figma link to hardcoded value
parent
ba032a7eca
commit
7909ac92d9
|
@ -45,7 +45,10 @@
|
|||
color: var(--cpd-color-text-secondary);
|
||||
|
||||
.mx_KeyPanel_key {
|
||||
font-family: InputMono, monospace;
|
||||
font-family: Inconsolata, monospace;
|
||||
/*
|
||||
* From figma https://www.figma.com/design/qTWRfItpO3RdCjnTKPu4mL/Settings?node-id=375-77471&t=t7lozYrSI1AVZZ3U-4
|
||||
*/
|
||||
height: 70px;
|
||||
box-sizing: border-box;
|
||||
border-radius: var(--cpd-space-2x);
|
||||
|
|
Loading…
Reference in New Issue