mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
45 lines
720 B
Text
45 lines
720 B
Text
@import "ui-variables";
|
|
|
|
.theme-picker {
|
|
text-align: center;
|
|
cursor: default;
|
|
.theme-picker-x {
|
|
margin: 6px;
|
|
}
|
|
h4 {
|
|
font-size: 14.5px;
|
|
margin-top: -10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.clickable-theme-option {
|
|
width: 115px;
|
|
height: 70px;
|
|
margin: 2px;
|
|
top: -20px;
|
|
iframe {
|
|
pointer-events: none;
|
|
position: relative;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
.create-theme {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 5px;
|
|
a {
|
|
text-decoration: none;
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (-webkit-min-device-pixel-ratio: 2) {
|
|
.theme-picker {
|
|
.theme-picker-x {
|
|
margin: 12px;
|
|
}
|
|
.clickable-theme-option {
|
|
top: -10px;
|
|
}
|
|
}
|
|
}
|