mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 13:19:11 +00:00
More upgrade wizard styling
This commit is contained in:
parent
a58e1d01ca
commit
85f37a7d35
@ -4,6 +4,7 @@ tags: $:/tags/stylesheet
|
||||
.tw-upgrade-wizard-wrapper {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
.tw-upgrade-wizard {
|
||||
@ -11,6 +12,8 @@ tags: $:/tags/stylesheet
|
||||
padding: 2em;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
border: 1px solid #ddd;
|
||||
<<box-shadow "inset 1px 2px 4px rgba(0, 0, 0, 0.15)">>;
|
||||
}
|
||||
|
||||
.tw-upgrade-wizard svg.tw-image-download-button {
|
||||
|
Loading…
Reference in New Issue
Block a user