mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-12 02:23:18 +08:00
34 lines
432 B
Text
34 lines
432 B
Text
.popups {
|
|
.b-languages-content {
|
|
|
|
&.modal {
|
|
z-index: 1103;
|
|
width: 700px;
|
|
}
|
|
|
|
&.exp {
|
|
width: 701px;
|
|
}
|
|
|
|
.modal-header {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.lang-item {
|
|
display: inline-block;
|
|
padding: 5px 15px;
|
|
margin: 2px 5px;
|
|
width: 180px;
|
|
background-color: #fff;
|
|
text-align: left;
|
|
|
|
&.selected {
|
|
background-color: #f5f5f5;
|
|
}
|
|
}
|
|
|
|
.lang-item:hover {
|
|
background-color: #eee;
|
|
}
|
|
}
|
|
}
|