mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
10 lines
219 B
Text
10 lines
219 B
Text
|
|
#V-Settings-About {
|
|
.rl-logo {
|
|
display: inline-block;
|
|
width: 250px;
|
|
height: 200px;
|
|
/* Yes this LESS css relative path quirk becomes ../ */
|
|
background: url(../../images/snappymail-logo.png) -30px -30px;
|
|
}
|
|
}
|