snappymail/dev/Styles/AdminPlugin.less
RainLoop Team 81e25b4235 Warning! Breaking change!
Removed "additional Login field" on login page (Security reason) (Closes #206)
Added "custom-login-mapping" plugin
2014-06-25 20:36:46 +04:00

30 lines
402 B
Plaintext

.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;
}
}