change id styling to class
This commit is contained in:
parent
5e3f2aaaad
commit
d48a4f062d
2 changed files with 7 additions and 7 deletions
|
|
@ -267,13 +267,13 @@
|
|||
display: flex;
|
||||
}
|
||||
|
||||
#premium-value {
|
||||
.premium-value {
|
||||
border: 1px solid gray;
|
||||
width: 50%;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
#premium-buttons-container {
|
||||
.premium-buttons-container {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
|
@ -289,11 +289,11 @@
|
|||
background: #fff8ce;
|
||||
}
|
||||
|
||||
#button-increase-premium {
|
||||
.button-increase-premium {
|
||||
border-top-right-radius: 10px;
|
||||
}
|
||||
|
||||
#button-decrease-premium {
|
||||
.button-decrease-premium {
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue