mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
35 lines
489 B
Text
35 lines
489 B
Text
.popups {
|
|
.b-languages-content {
|
|
|
|
&.modal {
|
|
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;
|
|
border: 1px solid transparent;
|
|
|
|
&.selected {
|
|
background-color: #f5f5f5;
|
|
border-color: #ccc;
|
|
}
|
|
&:hover {
|
|
background-color: #eee;
|
|
border-color: #ccc;
|
|
}
|
|
}
|
|
}
|
|
}
|