fix(Currencies): Currencies preferences.

This commit is contained in:
a.bouhuolia
2021-03-23 21:28:58 +02:00
parent 5855d3f368
commit 96f20bf51b
25 changed files with 153 additions and 292 deletions

View File

@@ -14,11 +14,11 @@
}
.plan-radio,
.period-radio{
background: transparent;
background: #fff;
border-color: #bbcad4;
&.is-selected{
background: #f1f3fb;
background: #fff;
border-color: #0269ff
}
}

View File

@@ -12,4 +12,10 @@
height: 170px;
}
}
.bp3-dialog-footer{
.bp3-button{
min-width: 75px;
}
}
}