Mailspring/internal_packages/theme-picker/styles/theme-picker.less
Jackie Luo ba5cba3181 feat(theme-picker): Uninstall themes on click
Summary: Themes can now be uninstalled by clicking a button in the theme picker, instead of going to `~/.nylas/packages` to delete the directory.

Test Plan: Tested locally.

Reviewers: evan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2700
2016-03-08 17:08:35 -08:00

25 lines
430 B
Text

@import "ui-variables";
.theme-picker {
text-align: center;
cursor: default;
iframe {
pointer-events: none;
position: relative;
z-index: 0;
}
.theme-uninstall-x {
float: right;
position: relative;
z-index: 1;
margin-bottom: -40px;
margin-right: 10px;
-webkit-filter: none;
}
.clickable-theme-option {
cursor: pointer;
width: 115px;
margin: 2px;
top: -10px;
}
}