1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/css/itcss/components/network.scss

15 lines
237 B
SCSS
Raw Normal View History

2017-08-06 22:24:06 +02:00
.network-indicator {
display: flex;
align-items: center;
2017-08-14 10:31:27 +02:00
font-size: .6em;
2017-08-06 22:24:06 +02:00
}
.network-name {
width: 5.2em;
line-height: 9px;
text-rendering: geometricPrecision;
2017-08-31 00:55:39 +02:00
font-family: 'DIN OT';
font-size: 10px;
flex: 1 0 auto;
2017-08-06 22:24:06 +02:00
}