A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ciphermask/ui/app/css/itcss/tools/utilities.scss

43 lines
487 B

/*
Utility Classes
*/
.full-size {
height: 100%;
width: 100%;
}
.full-width {
width: 100%;
}
.full-height {
height: 100%;
}
.full-flex-height {
display: flex;
flex: 1 1 auto;
flex-direction: column;
}
/*
Misc
*/
// Move into component-level contextual 'active' state later
.letter-spacey {
letter-spacing: 0.1em;
}
.active {
color: #909090;
}
.check {
margin-left: 7px;
color: #F7861C;
flex: 1 0 auto;
display: flex;
justify-content: flex-end;
}