mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
19 lines
328 B
SCSS
19 lines
328 B
SCSS
|
.app-header {
|
||
|
padding: 6px 8px;
|
||
|
// background: #EFEFEF; // $gallery
|
||
|
}
|
||
|
|
||
|
.app-header h1 {
|
||
|
font-family: 'Montserrat Regular';
|
||
|
text-transform: uppercase;
|
||
|
color: #22232C; // $shark
|
||
|
}
|
||
|
|
||
|
h2.page-subtitle {
|
||
|
font-family: 'Montserrat Regular';
|
||
|
text-transform: uppercase;
|
||
|
color: #AEAEAE;
|
||
|
font-size: 1em;
|
||
|
margin: 12px;
|
||
|
}
|