snappymail/dev/Styles/SettingsFolders.less

74 lines
1,012 B
Text
Raw Normal View History

.b-settings-folders {
.folders-list-error {
2020-09-12 19:57:09 +08:00
margin: 10px 0;
}
.list-table {
2021-02-08 21:03:54 +08:00
margin-top: 40px;
.folder-padding {
display: inline-block;
width: 0;
}
.folder-name {
display: inline-block;
word-break: break-all;
2014-08-19 18:33:59 +08:00
white-space: pre-wrap;
2014-08-28 23:27:30 +08:00
box-sizing: border-box;
margin-left: 7px;
}
.folder-system-name {
display: inline-block;
2021-02-08 21:03:54 +08:00
opacity: 0.6;
}
.folder-name.can-be-edited:hover {
2021-02-08 21:03:54 +08:00
text-decoration-style: dashed;
cursor: pointer;
}
}
.folder-item {
&.system .folder-name {
font-weight: bold;
}
2021-02-08 21:03:54 +08:00
input {
border-width: 1px;
margin-bottom: 0;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
2014-08-28 23:27:30 +08:00
opacity: 0;
}
2021-02-08 21:03:54 +08:00
.unsubscribed-folder, .unchecked-folder {
2021-02-09 00:37:21 +08:00
opacity: 0.4;
2015-04-26 06:01:56 +08:00
}
}
.folder-padding.deep-1 {
2021-02-08 21:03:54 +08:00
width: 25px;
}
.folder-padding.deep-2 {
2021-02-08 21:03:54 +08:00
width: 40px;
}
.folder-padding.deep-3 {
2021-02-08 21:03:54 +08:00
width: 55px;
}
.folder-padding.deep-4 {
2021-02-08 21:03:54 +08:00
width: 70px;
}
.folder-padding.deep-5 {
2021-02-08 21:03:54 +08:00
width: 85px;
}
2020-09-12 19:57:09 +08:00
}