mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 09:45:54 +08:00
32 lines
410 B
Text
32 lines
410 B
Text
|
|
.b-settings-templates {
|
|
|
|
.list-table {
|
|
|
|
.template-img {
|
|
font-size: 12px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.template-name {
|
|
display: inline-block;
|
|
word-break: break-all;
|
|
box-sizing: border-box;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
|
|
.templates-list-top-padding {
|
|
display: inline-block;
|
|
height: 5px;
|
|
width: 5px;
|
|
}
|
|
|
|
.template-item {
|
|
|
|
.delete-template {
|
|
cursor: pointer;
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
}
|