AdminLTE/build/scss/pages/_mailbox.scss

100 lines
1.3 KiB
SCSS
Raw Normal View History

//
// Pages: Mailbox
//
2015-10-31 22:00:16 +01:00
.mailbox-messages {
> .table {
margin: 0;
}
}
.mailbox-controls {
padding: 5px;
2015-10-31 22:00:16 +01:00
&.with-border {
2018-03-17 18:07:55 +01:00
border-bottom: 1px solid $card-border-color;
2015-10-31 22:00:16 +01:00
}
}
.mailbox-read-info {
2018-03-17 18:07:55 +01:00
border-bottom: 1px solid $card-border-color;
2015-10-31 22:00:16 +01:00
padding: 10px;
2015-10-31 22:00:16 +01:00
h3 {
font-size: 20px;
margin: 0;
}
2015-10-31 22:00:16 +01:00
h5 {
margin: 0;
padding: 5px 0 0;
2015-10-31 22:00:16 +01:00
}
}
.mailbox-read-time {
color: #999;
font-size: 13px;
}
.mailbox-read-message {
padding: 10px;
}
.mailbox-attachments {
@extend .list-unstyled;
li {
border: 1px solid #eee;
float: left;
2015-10-31 22:00:16 +01:00
margin-bottom: 10px;
margin-right: 10px;
width: 200px;
2015-10-31 22:00:16 +01:00
}
}
.mailbox-attachment-name {
color: #666;
font-weight: bold;
2015-10-31 22:00:16 +01:00
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
display: block;
}
.mailbox-attachment-info {
background: $gray-100;
2015-10-31 22:00:16 +01:00
padding: 10px;
}
.mailbox-attachment-size {
color: #999;
font-size: 12px;
> span {
display: inline-block;
padding-top: 0.75rem;
}
2015-10-31 22:00:16 +01:00
}
.mailbox-attachment-icon {
color: #666;
font-size: 65px;
max-height: 132.5px;
padding: 20px 10px;
text-align: center;
2015-10-31 22:00:16 +01:00
&.has-img {
padding: 0;
2015-10-31 22:00:16 +01:00
> img {
height: auto;
max-width: 100%;
2015-10-31 22:00:16 +01:00
}
}
}
.mailbox-attachment-close {
@extend .close;
}