Fixed amount styling
This commit is contained in:
parent
051af9a147
commit
47ed7da260
1 changed files with 16 additions and 17 deletions
|
@ -304,6 +304,22 @@ body {
|
||||||
width: 128px;
|
width: 128px;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
width: initial;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&.amount::after {
|
||||||
|
content: var(--amount);
|
||||||
|
position: absolute;
|
||||||
|
top: -8px;
|
||||||
|
right: -16px;
|
||||||
|
color: black;
|
||||||
|
background-color: white;
|
||||||
|
border: 1px solid black;
|
||||||
|
border-radius: 8px;
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 2px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
@ -311,23 +327,6 @@ body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.amount {
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
content: var(--amount);
|
|
||||||
position: absolute;
|
|
||||||
top: -6px;
|
|
||||||
right: -6px;
|
|
||||||
color: black;
|
|
||||||
background-color: white;
|
|
||||||
border: 1px solid black;
|
|
||||||
border-radius: 8px;
|
|
||||||
font-size: 16px;
|
|
||||||
padding: 2px 8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue