mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 05:41:05 +08:00
37 lines
530 B
Text
37 lines
530 B
Text
|
#sidebar-fullcontact {
|
||
|
width: 175px;
|
||
|
position: absolute;
|
||
|
right: 10px;
|
||
|
top: 0;
|
||
|
bottom: 0;
|
||
|
z-index: 1;
|
||
|
padding: 5px;
|
||
|
margin-top: 190px;
|
||
|
|
||
|
h3 {
|
||
|
font-weight: bold;
|
||
|
margin: 2px 0 0 0;
|
||
|
}
|
||
|
|
||
|
h6 {
|
||
|
word-break: break-all;
|
||
|
}
|
||
|
|
||
|
.fullcontact {
|
||
|
width: 135px;
|
||
|
}
|
||
|
|
||
|
.fullcontact-chip {
|
||
|
width: 150px;
|
||
|
border: 1px solid #ccc;
|
||
|
padding-left: 5px;
|
||
|
margin-bottom: 10px;
|
||
|
background: darken(#f1f1f1, 1%);
|
||
|
|
||
|
&:hover {
|
||
|
background: darken(#f1f1f1, 5%);
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|
||
|
}
|