mostly working version
This commit is contained in:
parent
fdf568b124
commit
7ec0a192de
4 changed files with 125 additions and 144 deletions
|
@ -183,5 +183,10 @@
|
|||
|
||||
input[type="radio"] {
|
||||
display: none; /* Hide the default radio buttons */
|
||||
}
|
||||
}
|
||||
|
||||
.slider-option.disabled {
|
||||
opacity: 0.5; /* Make the option appear greyed out */
|
||||
pointer-events: none; /* Prevent clicks */
|
||||
}
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
.financial-model {
|
||||
.finance-model {
|
||||
background-image: url(/img/financial.jpg);
|
||||
background-color: #72cce4;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -133,7 +133,7 @@
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
.time-planner-model {
|
||||
.time-model {
|
||||
background-image: url(/img/time.jpg);
|
||||
background-color: #72cce4;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -149,7 +149,8 @@
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
.default-model {
|
||||
.custom1-model,
|
||||
.custom2-model {
|
||||
background-image: url(/img/default.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue