{"version":3,"sources":["components/_bar.scss"],"names":[],"mappings":"AAAA,iBACE,eACA,YACA,OACA,WACA,gBACA,cACA,eACA,uBACA,eACA,kBACA,gBACA,WACA,4CAAA,AAAoC,mCAAA,CAbtC,mBAeI,0BAA2B,CAf/B,mBAkBI,sBACA,oCAAqC,CAnBzC,yBAqBM,yBACA,oCAAqC,CAtB3C,8BA0BI,SACA,4CAAA,AAAoC,mCAAA,CA3BxC,8BA8BI,qBACA,kBACA,sBACA,eACA,6BACA,mBACA,kBACA,gBACA,yBACA,sBACA,yBAAA,AAAiB,sBAAjB,AAAiB,qBAAjB,AAAiB,gBAAA,CAxCrB,oCA0CM,kBAAuC,CA1C7C,2CA6CM,gBAAiB,CAClB","file":"adtoniq-messenger-alert.css","sourcesContent":["#adtoniq-msg-bar {\r\n  position: fixed;\r\n  bottom: -20%;\r\n  left: 0;\r\n  width: 100%;\r\n  min-height: 30px;\r\n  z-index: 99999;\r\n  padding: 15px 0;\r\n  font-family: sans-serif;\r\n  font-size: 16px;\r\n  text-align: center;\r\n  background: #222;\r\n  color: #fff;\r\n  transition: bottom 500ms ease-in-out;\r\n  p {\r\n    margin: 0 0 10px !important;\r\n  }\r\n  a {\r\n    color: #fff !important;\r\n    text-decoration: underline !important;\r\n    &:hover {\r\n      color: #d3d3d3 !important;\r\n      text-decoration: underline !important;\r\n    }\r\n  }\r\n  &.reveal-alert {\r\n    bottom: 0;\r\n    transition: bottom 500ms ease-in-out;\r\n  }\r\n  .btn-msg-bar {\r\n    display: inline-block;\r\n    text-align: center;\r\n    vertical-align: middle;\r\n    cursor: pointer;\r\n    border: 1px solid transparent;\r\n    white-space: nowrap;\r\n    padding: 10px 30px;\r\n    border-radius: $border-radius;\r\n    background-color: $brand-primary;\r\n    color: #fff !important;\r\n    user-select: none;\r\n    &:hover {\r\n      background: darken($brand-primary, 10%);\r\n    }\r\n    + .btn-msg-bar {\r\n      margin-left: 10px;\r\n    }\r\n  }\r\n}\r\n"]}