66 lines
1.1 KiB
SCSS
66 lines
1.1 KiB
SCSS
.Dotted-Line {
|
|
border-top: 1px dashed black;
|
|
width: 80%;
|
|
}
|
|
.Dotted-Line1 {
|
|
border-top: 1px dashed black;
|
|
width: 75%;
|
|
}
|
|
|
|
.Summery-component {
|
|
margin: auto;
|
|
height: auto;
|
|
border-radius: 6px;
|
|
}
|
|
.overall-summery {
|
|
width: 100%;
|
|
}
|
|
.title-summery {
|
|
text-align: center;
|
|
letter-spacing: 10px;
|
|
padding: 15px 15px;
|
|
font-family: 'Poppins', sans-serif;
|
|
font-size: 18px;
|
|
}
|
|
.Namingpricing {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-around;
|
|
text-align: right;
|
|
padding: 15px;
|
|
}
|
|
|
|
.totaltitle {
|
|
font-size: 20px;
|
|
font-weight: 800;
|
|
font-family: 'Poppins', sans-serif;
|
|
text-align: right;
|
|
}
|
|
.totalpricing {
|
|
font-size: 20px;
|
|
color: #ff2929;
|
|
font-weight: 800;
|
|
font-family: 'Poppins', sans-serif;
|
|
}
|
|
.BSBillingTable1-summary {
|
|
position: relative;
|
|
}
|
|
.ptag {
|
|
font-family: 'Poppins', sans-serif;
|
|
line-height: 1.5;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
}
|
|
.Naming {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: column;
|
|
text-align: right;
|
|
}
|
|
.pricing {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: column;
|
|
text-align: right;
|
|
}
|