1 line
377 B
CSS
Executable File
1 line
377 B
CSS
Executable File
#selected-logo { height: 120px; width: 320px; background-color: #fff; background-position: center; background-repeat: no-repeat; position: relative; }
|
|
.remove-logo { position: absolute; right: -10px; top: -10px; color: #D54E21; text-decoration: none; }
|
|
.remove-logo:hover { color: #ff0000; }
|
|
.remove-logo:focus { border: none; outline: none; box-shadow: none; color: #D54E21; } |