55 lines
891 B
CSS
55 lines
891 B
CSS
/* SUMMARY */
|
|
#summary-container {
|
|
padding: 20px 50px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
#summary-info {
|
|
font-size: 27px;
|
|
font-weight: bold;
|
|
color: white;
|
|
border-radius: 20px;
|
|
background-color: #780935;
|
|
padding: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
#summary-details {
|
|
color: black;
|
|
|
|
}
|
|
|
|
#summary-details p {
|
|
font-family: 'Roboto', sans-serif;
|
|
font-size: 14px;
|
|
color: #7a0035;
|
|
cursor: pointer;
|
|
font-weight: 400;
|
|
}
|
|
|
|
#summary-details ul {
|
|
padding: 0;
|
|
}
|
|
|
|
#summary-details li {
|
|
list-style: none;
|
|
font-weight: 300;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#summary-expand:after {
|
|
content: "";
|
|
background: url('../img/down.png');
|
|
background-repeat: no-repeat;
|
|
position: relative;
|
|
display: inline-block !important;
|
|
right: -10px;
|
|
top: 5px;
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
|
|
#summary-installmentAmount-value {
|
|
color: #ffc600;
|
|
}
|