mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 20:24:51 +08:00
30 lines
No EOL
373 B
Text
30 lines
No EOL
373 B
Text
.b-plugin-content {
|
|
|
|
&.modal {
|
|
width: 660px;
|
|
|
|
.modal-body {
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
.modal-header {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.information {
|
|
display: inline-block;
|
|
background-color: #ddd;
|
|
border-radius: 10px;
|
|
cursor: pointer;
|
|
height: 25px;
|
|
width: 30px;
|
|
text-align: center;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
textarea {
|
|
width: 400px;
|
|
height: 70px;
|
|
}
|
|
} |