mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
Webatrice: card import wizard (#4397)
This commit is contained in:
parent
dde0f568d9
commit
36e5a399d5
41 changed files with 1479 additions and 35 deletions
46
webclient/src/components/TokenDetails/TokenDetails.css
Normal file
46
webclient/src/components/TokenDetails/TokenDetails.css
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
.tokenDetails {
|
||||
padding: 10px;
|
||||
width: calc(400px * .716);
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.tokenDetails-token {
|
||||
height: 400px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.tokenDetails-attribute {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.tokenDetails-attributes {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.tokenDetails-attribute__label {
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.tokenDetails-attribute__value {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tokenDetails-text {
|
||||
font-size: 12px;
|
||||
margin-top: 10px;
|
||||
padding: 5px;
|
||||
background: rgba(0, 0, 0, .15);
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.tokenDetails-text__flavor {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.tokenDetails-text__current:not(:empty) + .tokenDetails-text__flavor {
|
||||
margin-top: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue