mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
feat: add dismiss button for store call-to-action and style updates
This commit is contained in:
@@ -258,6 +258,25 @@ main {
|
||||
#store-cta a:hover {
|
||||
opacity: 0.85;
|
||||
}
|
||||
#store-cta-dismiss {
|
||||
background: none;
|
||||
border: none;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
line-height: 1;
|
||||
cursor: pointer;
|
||||
opacity: 0.7;
|
||||
padding: 0 2px;
|
||||
margin-left: 8px;
|
||||
font-weight: bold;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
transition: opacity 0.15s;
|
||||
}
|
||||
#store-cta-dismiss:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.store-cta-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user