quattro: pause icon
This commit is contained in:
parent
3e664dbdfe
commit
16d3bc9deb
2 changed files with 12 additions and 0 deletions
|
@ -503,6 +503,13 @@ section {
|
|||
}
|
||||
.wwto .contact-photo { width: 25px; height: 25px; }
|
||||
|
||||
|
||||
#pause {
|
||||
position: fixed;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
/* contacts menu */
|
||||
.contact-photo-wrapper { position: relative; }
|
||||
.contact-photo {
|
||||
|
|
|
@ -844,6 +844,11 @@ section {
|
|||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
#pause {
|
||||
position: fixed;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
}
|
||||
/* contacts menu */
|
||||
.contact-photo-wrapper {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue