Mailspring/internal_packages/theme-picker/styles/theme-picker.less
Jackie Luo 4d7f515090 feat(plugins): Move uninstall from theme picker to plugins tab
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
2016-03-10 14:16:07 -08:00

27 lines
433 B
Plaintext

@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;
}
}
}