mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 20:24:51 +08:00
17 lines
230 B
Text
17 lines
230 B
Text
|
.popups {
|
||
|
.b-advanced-search-content {
|
||
|
&.modal {
|
||
|
width: 750px;
|
||
|
.control-label {
|
||
|
width: 100px;
|
||
|
}
|
||
|
.controls {
|
||
|
margin-left: 110px;
|
||
|
}
|
||
|
}
|
||
|
.modal-header {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
}
|
||
|
}
|