-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsscompacteds.go
More file actions
3 lines (3 loc) · 2.62 KB
/
csscompacteds.go
File metadata and controls
3 lines (3 loc) · 2.62 KB
1
2
3
// Code generated by go generate; DO NOT EDIT.
package hogosurutoaster
var css=`.hogosurutoastershow-right { visibility: visible; -webkit-animation: slide-right 0.5s, fadeout 0.5s 3.5s; animation: slide-right 0.5s, fadeout 0.5s 3.5s;}@-webkit-keyframes slide-right { from {right: -300px;} to {right: 0px;}}@keyframes slide-right { from {right: -300px;} to {right: 0px;}}.hogosurutoastershow-left { visibility: visible; -webkit-animation: slide-left 0.5s, fadeout 0.5s 3.5s; animation: slide-left 0.5s, fadeout 0.5s 3.5s;}@-webkit-keyframes slide-left { from {left: -300px;} to {left: 0px;}}@keyframes slide-left { from {left: -300px;} to {left: 0px;}}.hogosurutoastershow-bottom { visibility: visible; -webkit-animation: slide-bottom 0.5s, fadeout 0.5s 3.5s; animation: slide-bottom 0.5s, fadeout 0.5s 3.5s;}@-webkit-keyframes slide-bottom { from {bottom: -30px;} to {bottom: 0px;}}@keyframes slide-bottom { from {bottom: -30px;} to {bottom: 0px;}}.hogosurutoastershow-top { visibility: visible; -webkit-animation: slide-top 0.5s, fadeout 0.5s 3.5s; animation: slide-top 0.5s, fadeout 0.5s 3.5s;}@-webkit-keyframes slide-top { from {top: -30px;} to {top: 0px;}}@keyframes slide-top { from {top: -30px;} to {top: 0px;}}@keyframes fadeout { from { opacity: 1;} to { opacity: 0;}}@-webkit-keyframes fadeout { from {opacity: 1;} to {opacity: 0;}}@keyframes fadeout { from { opacity: 1;} to { opacity: 0;}}#hogosuru-toasters {position: fixed;display: flex;z-index: 999;padding: 4px;}.hogosuru-toasters-top-right {right: 0px;top: 0px;flex-direction: column-reverse;}.hogosuru-toasters-top-left {left: 0px;top: 0px;flex-direction: column-reverse;}.hogosuru-toasters-bottom-left {left: 0px;bottom: 0px;flex-direction: column;}.hogosuru-toasters-bottom-right {right: 0px;bottom: 0px;flex-direction: column;}.hogosurutoaster{/* visibility: hidden; */border: solid 1px;min-width: 250px;background-color:white;color: black;text-align: center;border-radius: 4px;font-size: 13px;margin: 2px;position: relative;right: 0px;display: flex;align-items: center;}.hogosurutoaster{/* visibility: hidden; */border: solid 1px;min-width: 250px;background-color:white;color: black;text-align: center;border-radius: 4px;font-size: 13px;margin: 2px;position: relative;right: -0px;display: flex;align-items: center;}.hogosurutoaster-error { background-color: #ffaeae; color: #d81515;}.hogosurutoaster-info {background-color: #d2daff;color: #2317c5;}.hogosurutoaster-ok {background-color: #dfffe7;color: #127d3e;}.hogosurutoaster-warn {background-color: #ffe6ae;color: #e68e1f;}.hogosurutoaster-text {color:black;padding: 1em;text-align: left;}.hogosurutoaster-icon {font-size: 16px;padding: 0.5em;}`