mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
chrone: sperate client and server to different repos.
This commit is contained in:
26
src/style/pages/Billing/BillingPage.scss
Normal file
26
src/style/pages/Billing/BillingPage.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
.billing-page{
|
||||
padding: 0 60px;
|
||||
margin-top: 40px;
|
||||
max-width: 820px;
|
||||
|
||||
.bp3-tab-list{
|
||||
border-bottom: 2px solid #d7e1e7;
|
||||
|
||||
.bp3-tab[aria-disabled="true"]{
|
||||
color: rgba(92, 112, 128, 0.7);
|
||||
}
|
||||
}
|
||||
.plan-radio,
|
||||
.period-radio{
|
||||
background: #fff;
|
||||
border-color: #bbcad4;
|
||||
|
||||
&.is-selected{
|
||||
background: #fff;
|
||||
border-color: #0269ff
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user