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.
47 lines
681 B
47 lines
681 B
6 years ago
|
.settings-tab {
|
||
|
&__error {
|
||
|
padding-bottom: 20px;
|
||
|
text-align: center;
|
||
|
color: $crimson;
|
||
|
}
|
||
|
|
||
|
&__rpc-save-button {
|
||
|
align-self: flex-end;
|
||
|
padding: 5px;
|
||
|
cursor: pointer;
|
||
6 years ago
|
width: 25%;
|
||
6 years ago
|
}
|
||
|
|
||
|
&__button--red {
|
||
|
border-color: lighten($monzo, 10%);
|
||
|
color: $monzo;
|
||
|
|
||
|
&:active {
|
||
|
background: lighten($monzo, 55%);
|
||
|
border-color: $monzo;
|
||
|
}
|
||
|
|
||
|
&:hover {
|
||
|
border-color: $monzo;
|
||
|
}
|
||
|
}
|
||
|
|
||
6 years ago
|
&__radio-buttons {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
&__radio-button {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
|
||
|
&:not(:last-child) {
|
||
|
margin-right: 16px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__radio-label {
|
||
|
padding-left: 4px;
|
||
|
}
|
||
6 years ago
|
}
|