mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
74 lines
1.2 KiB
SCSS
74 lines
1.2 KiB
SCSS
|
|
.billing-plans{
|
|
max-width: 753px;
|
|
.paragraph{
|
|
font-size: 15px;
|
|
}
|
|
|
|
&__section{
|
|
margin-bottom: 40px;
|
|
|
|
.title{
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
color: #6b7382;
|
|
margin-top: 0;
|
|
margin-bottom: 12px;
|
|
}
|
|
.bp4-tab-list {
|
|
border-bottom: 2px solid #e6e6e6;
|
|
width: 95%;
|
|
|
|
.bp4-tab-indicator-wrapper .bp4-tab-indicator{
|
|
bottom: -2px;
|
|
}
|
|
}
|
|
.bp4-tab-panel{
|
|
margin-top: 26px;
|
|
}
|
|
.subscribe-button {
|
|
.bp4-button {
|
|
background-color: #0063ff;
|
|
min-height: 41px;
|
|
width: 240px;
|
|
}
|
|
}
|
|
.plan-radios,
|
|
.plan-periods{
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
.license-container {
|
|
|
|
.bp4-button{
|
|
margin-top: 14px;
|
|
padding: 0 30px;
|
|
}
|
|
.form-group-license_code{
|
|
margin-top: 20px;
|
|
}
|
|
.bp4-form-content {
|
|
.bp4-input-group {
|
|
display: block;
|
|
position: relative;
|
|
}
|
|
.bp4-input {
|
|
position: relative;
|
|
width: 59%;
|
|
height: 41px;
|
|
}
|
|
}
|
|
h4 {
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
color: #444444;
|
|
}
|
|
p {
|
|
margin-top: 15px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
}
|