|
<!-- Custom styles to add to <head> --> |
|
|
|
.add-to-calendar-widget { |
|
margin: 5px 0 !important; |
|
} |
|
.add-to-calendar-label { |
|
color: #1d1d1c !important; |
|
background-color: #fff !important; |
|
background-image: none !important; |
|
border-radius: 0 !important; |
|
padding: 10px 16px !important; |
|
border: none !important; |
|
box-shadow: none !important; |
|
transition: all .3s ease-out !important; |
|
font-size: 14px !important; |
|
margin: 0 !important; |
|
} |
|
|
|
.add-to-calendar-label:hover { |
|
background-color: #f7f4f0 !important; |
|
} |
|
|
|
.add-to-calendar-dropdown { |
|
padding: 4px 0px !important; |
|
border-radius: 0 !important; |
|
box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.2) !important; |
|
width: 180px; |
|
} |
|
|
|
.add-to-calendar-dropdown a { |
|
padding: 4px 12px; |
|
opacity: 1 !important; |
|
background-color: #fff; |
|
transition: all .3s ease-out; |
|
} |
|
|
|
.add-to-calendar-dropdown a:hover { |
|
background-color: #f7f4f0; |
|
} |
|
|
|
.add-to-calendar-checkbox+div.add-to-calendar-dropdown a:before { |
|
position: relative; |
|
top: 2px; |
|
} |
|
|
|
.add-to-calendar-dropdown .icon-google:before { |
|
background-image: url(https://www.addevent.com/gfx/icon-google-t5.svg) !important; |
|
background-position: center; |
|
background-repeat: no-repeat; |
|
} |
|
|
|
.add-to-calendar-dropdown .icon-yahoo:before { |
|
background-image: url(https://www.addevent.com/gfx/icon-yahoo-t5.svg) !important; |
|
background-position: center; |
|
background-repeat: no-repeat; |
|
} |
|
|
|
.add-to-calendar-dropdown .icon-off365:before { |
|
background-image: url(https://www.addevent.com/gfx/icon-office365-t5.svg) !important; |
|
background-position: center; |
|
background-repeat: no-repeat; |
|
} |
|
|
|
.add-to-calendar-dropdown .icon-ical:before { |
|
background-image: url(https://www.addevent.com/gfx/icon-apple-t5.svg) !important; |
|
background-position: center; |
|
background-repeat: no-repeat; |
|
} |
|
|
|
.add-to-calendar-dropdown .icon-outlook:before { |
|
background-image: url(https://www.addevent.com/gfx/icon-outlook-t5.svg) !important; |
|
background-position: center; |
|
background-repeat: no-repeat; |
|
} |