mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
457abbf329
Summary: Move uninstall functionality to the plugins tab in preferences. Test Plan: Tested locally. Reviewers: bengotow, evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D2716
26 lines
433 B
Text
26 lines
433 B
Text
@import "ui-variables";
|
|
|
|
.theme-picker {
|
|
text-align: center;
|
|
cursor: default;
|
|
.create-theme {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
a {
|
|
color: #3187e1;
|
|
text-decoration: none;
|
|
cursor: default;
|
|
}
|
|
}
|
|
.clickable-theme-option {
|
|
width: 115px;
|
|
margin: 2px;
|
|
top: -10px;
|
|
iframe {
|
|
pointer-events: none;
|
|
position: relative;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
}
|