1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 07:43:14 +00:00

More upgrade wizard styling

This commit is contained in:
Jermolene 2014-07-15 14:04:12 +01:00
parent a58e1d01ca
commit 85f37a7d35

View File

@ -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 {