local initial checkin

This commit is contained in:
Andy Miller
2014-09-03 22:22:03 -06:00
parent bc3753a693
commit 1c83133f82
437 changed files with 7294 additions and 43 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,31 @@
/*
jQuery.mmenu counters addon CSS
*/
em.mm-counter {
font: inherit;
font-size: 14px;
font-style: normal;
text-indent: 0;
line-height: 20px;
display: block;
margin-top: -10px;
position: absolute;
right: 40px;
top: 50%;
padding-right: 5px; }
em.mm-counter + a.mm-subopen {
padding-left: 40px; }
em.mm-counter + a.mm-fullsubopen {
padding-left: 0; }
.mm-vertical em.mm-counter {
top: 12px;
margin-top: 0; }
.mm-nosubresults > em.mm-counter {
display: none; }
.mm-menu em.mm-counter {
color: rgba(255, 255, 255, 0.3); }
/*# sourceMappingURL=jquery.mmenu.counters.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": ";;;AAMA,aACA;EACI,IAAI,EAAE,OAAO;EACb,SAAS,ECNF,IAAI;EDOX,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,CAAC;EACd,WAAW,EAAE,IAAY;EACzB,OAAO,EAAE,KAAK;EACd,UAAU,EAAE,KAAiB;EAC7B,QAAQ,EAAE,QAAQ;EAClB,KAAK,ECfC,IAAI;EDgBV,GAAG,EAAE,GAAG;EACR,aAAa,EAAE,GAAG;EAElB,4BACA;IACI,YAAY,ECrBV,IAAI;EDyBV,gCACA;IACI,YAAY,EAAE,CAAC;;AAOnB,0BACA;EACI,GAAG,EAAE,IAAoB;EACzB,UAAU,EAAE,CAAC;;AAKrB,gCACA;EACI,OAAO,EAAE,IAAI;;AEyDhB,sBACA;EACC,KAAK,EAAE,wBAAW",
"sources": ["../../../../scss/vendor/mmenu/addons/jquery.mmenu.counters.scss","../../../../scss/vendor/mmenu/inc/_variables.scss","../../../../scss/vendor/mmenu/inc/_colors.scss"],
"names": [],
"file": "jquery.mmenu.counters.css"
}

View File

@@ -0,0 +1,15 @@
/*
jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }
/*# sourceMappingURL=jquery.mmenu.dragopen.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": ";;;AAQC;;;;sCAKA;ECuCG,2BAAgB,EDtC6B,EAAE;ECuC/C,wBAAa,EDvCgC,EAAE;ECwC/C,uBAAY,EDxCiC,EAAE;ECyC/C,sBAAW,EDzCkC,EAAE;EC0C/C,mBAAQ,ED1CqC,EAAE",
"sources": ["../../../../scss/vendor/mmenu/addons/jquery.mmenu.dragopen.scss","../../../../scss/vendor/mmenu/inc/_variables.scss"],
"names": [],
"file": "jquery.mmenu.dragopen.css"
}

View File

@@ -0,0 +1,96 @@
/*
jQuery.mmenu header addon CSS
*/
.mm-header {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
background: inherit;
border-bottom: 1px solid transparent;
text-align: center;
line-height: 20px;
width: 100%;
height: 60px;
padding: 30px 40px 0 40px;
position: absolute;
z-index: 2;
top: 0;
left: 0; }
.mm-header .mm-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
width: 100%;
position: relative;
z-index: 1; }
.mm-header .mm-prev,
.mm-header .mm-next {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
display: block;
width: 40px;
height: 100%;
position: absolute;
bottom: 0; }
.mm-header .mm-prev:before,
.mm-header .mm-next:before {
content: '';
border: 2px solid transparent;
display: block;
width: 7px;
height: 7px;
margin-bottom: -5px;
position: absolute;
bottom: 50%;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
margin-bottom: -15px; }
.mm-header .mm-prev {
left: 0; }
.mm-header .mm-prev:before {
border-right: none;
border-bottom: none;
left: 22px; }
.mm-header .mm-next {
right: 0; }
.mm-header .mm-next:before {
border-top: none;
border-left: none;
right: 18px; }
.mm-menu.mm-hassearch .mm-header {
height: 50px;
padding-top: 20px;
top: 50px; }
.mm-menu.mm-hassearch .mm-header .mm-prev:before,
.mm-menu.mm-hassearch .mm-header .mm-mext:before {
margin-bottom: -10px; }
.mm-menu.mm-hasheader li.mm-subtitle {
display: none; }
.mm-menu.mm-hasheader .mm-panel {
padding-top: 80px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
padding-top: 120px; }
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
padding-top: 60px; }
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
padding-top: 100px; }
.mm-menu .mm-header {
border-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-header a:before {
border-color: rgba(255, 255, 255, 0.3); }
/*# sourceMappingURL=jquery.mmenu.header.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": ";;;AAUA,UACA;ECyCI,kBAAgB,EDxCmB,UAAU;ECyC7C,eAAa,EDzCsB,UAAU;EC0C7C,cAAY,ED1CuB,UAAU;EC2C7C,aAAW,ED3CwB,UAAU;EC4C7C,UAAQ,ED5C2B,UAAU;EAEhD,UAAU,EAAE,OAAO;EACnB,aAAa,EAAE,qBAAqB;EACpC,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,IAAY;EACzB,KAAK,EAAE,IAAI;EACX,MAAM,EAbE,IAAI;EAcZ,OAAO,EAAE,gBAA+B;EACxC,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,CAAC;EACV,GAAG,EAAE,CAAC;EACN,IAAI,EAAE,CAAC;EAEP,oBACA;ICiCG,aAAa,EAAE,QAAQ;IACvB,WAAW,EAAE,MAAM;IACnB,QAAQ,EAAE,MAAM;IDhClB,OAAO,EAAE,YAAY;IACrB,KAAK,EAAE,IAAI;IACX,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC;EAGX;qBAEA;ICcG,kBAAgB,EDboB,UAAU;ICc9C,eAAa,EDduB,UAAU;ICe9C,cAAY,EDfwB,UAAU;ICgB9C,aAAW,EDhByB,UAAU;ICiB9C,UAAQ,EDjB4B,UAAU;IAEhD,eAAe,EAAE,IAAI;IACrB,OAAO,EAAE,KAAK;IACd,KAAK,EC1CG,IAAI;ID2CZ,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,QAAQ;IAClB,MAAM,EAAE,CAAC;IAET;8BACA;ME9CD,OAAO,EAAE,EAAE;MACX,MAAM,EAAE,qBAAqB;MAC7B,OAAO,EAAE,KAAK;MACd,KAAK,EAAE,GAAG;MACV,MAAM,EAAE,GAAG;MACX,aAAa,EAAE,IAAI;MACnB,QAAQ,EAAE,QAAQ;MAClB,MAAM,EAAE,GAAG;MD0CR,iBAAgB,EAAE,cAAI;MACtB,cAAa,EAAE,cAAI;MACnB,aAAY,EAAE,cAAI;MAClB,YAAW,EAAE,cAAI;MACjB,SAAQ,EAAE,cAAI;MDLf,aAAa,EAAE,KAAiB;EAGlC,mBACA;IACC,IAAI,EAAE,CAAC;IAEP,0BACA;ME3CD,YAAY,EAAE,IAAI;MAClB,aAAa,EAAE,IAAI;MF4CjB,IAAI,EAAE,IAAI;EAGZ,mBACA;IACC,KAAK,EAAE,CAAC;IAER,0BACA;MEhDD,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MFiDf,KAAK,EAAE,IAAI;;AAKd,gCACA;EACC,MAAM,EAAE,IAAkB;EAC1B,WAAW,EAAE,IAAsB;EACnC,GAAG,EAAE,IAAmB;EAExB;kDAEA;IACC,aAAa,EAAE,KAAyB;;AAQzC,oCACA;EACC,OAAO,EAAE,IAAI;AAEd,+BACA;EACC,WAAW,EAAE,IAAwB;AAEtC,8CACA;EACC,WAAW,EAAE,KAAwB;AAIrC,2CACA;EACC,WAAW,EApBP,IAAO;AAsBZ,wDACA;EACC,WAAW,EAvBG,KAAQ;;AGuBvB,mBACA;EACC,YAAY,EAAE,mBAAO;EACrB,KAAK,EAAE,wBAAW;EAElB,4BACA;IACC,YAAY,EAAE,wBAAW",
"sources": ["../../../../scss/vendor/mmenu/addons/jquery.mmenu.header.scss","../../../../scss/vendor/mmenu/inc/_variables.scss","../../../../scss/vendor/mmenu/inc/_arrows.scss","../../../../scss/vendor/mmenu/inc/_colors.scss"],
"names": [],
"file": "jquery.mmenu.header.css"
}

View File

@@ -0,0 +1,43 @@
/*
jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
background: inherit; }
.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
background: inherit !important;
opacity: 0.97;
height: 25px;
overflow: visible;
position: relative;
z-index: 1; }
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
background: inherit;
width: 100%;
position: absolute;
left: 0; }
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
padding-top: 25px; }
.mm-list > li.mm-label > span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
right: 17px; }
.mm-list > li.mm-collapsed {
display: none; }
.mm-menu .mm-list li.mm-label > div > div {
background: rgba(255, 255, 255, 0.05); }
/*# sourceMappingURL=jquery.mmenu.labels.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": ";;;AASC,gCACA;EACC,UAAU,EAAE,OAAO;EAEnB,8CACA;IACC,UAAU,EAAE,kBAAkB;IAC9B,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,OAAO;IACjB,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC;IAEV,oDACA;MACC,UAAU,EAAE,OAAO;MACnB,KAAK,EAAE,IAAI;MACX,QAAQ,EAAE,QAAQ;MAClB,IAAI,EAAE,CAAC;MAEP,0DACA;QC8BA,aAAa,EAAE,QAAQ;QACvB,WAAW,EAAE,MAAM;QACnB,QAAQ,EAAE,MAAM;ID3BjB,oEACA;MACC,WAAW,EAAE,IAAmC;;AAUlD,6BACA;ECYE,aAAa,EAAE,QAAQ;EACvB,WAAW,EAAE,MAAM;EACnB,QAAQ,EAAE,MAAM;EDZjB,OAAO,EAAE,CAAC;AAGX,mDACA;ECFE,iBAAgB,EAAE,aAAI;EACtB,cAAa,EAAE,aAAI;EACnB,aAAY,EAAE,aAAI;EAClB,YAAW,EAAE,aAAI;EACjB,SAAQ,EAAE,aAAI;EDAf,KAAK,EAAE,IAAI;AAGb,0BACA;EACC,OAAO,EAAE,IAAI;;AEeb,yCACA;EACC,UAAU,EAAE,yBAAc",
"sources": ["../../../../scss/vendor/mmenu/addons/jquery.mmenu.labels.scss","../../../../scss/vendor/mmenu/inc/_variables.scss","../../../../scss/vendor/mmenu/inc/_colors.scss"],
"names": [],
"file": "jquery.mmenu.labels.css"
}

View File

@@ -0,0 +1,56 @@
/*
jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }
.mm-search {
background: inherit;
width: 100%;
height: 50px;
padding: 10px;
position: relative;
top: 0;
z-index: 2; }
.mm-search input {
border: none;
border-radius: 15px;
font: inherit;
font-size: 14px;
line-height: 30px;
outline: none;
display: block;
width: 100%;
height: 30px;
margin: 0;
padding: 0 10px; }
.mm-menu li.mm-nosubresults > a.mm-subopen {
display: none; }
.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
padding-right: 10px; }
.mm-menu li.mm-noresults {
text-align: center;
font-size: 21px;
display: none;
padding-top: 80px; }
.mm-menu li.mm-noresults:after {
border: none; }
.mm-menu.mm-noresults li.mm-noresults {
display: block; }
.mm-menu.mm-hassearch > .mm-panel {
padding-top: 60px; }
.mm-menu .mm-search input {
background: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.6); }
.mm-menu li.mm-noresults {
color: rgba(255, 255, 255, 0.3); }
/*# sourceMappingURL=jquery.mmenu.searchfield.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": ";;;AAMA;gBAEA;EC4CI,kBAAgB,ED3CmB,UAAU;EC4C7C,eAAa,ED5CsB,UAAU;EC6C7C,cAAY,ED7CuB,UAAU;EC8C7C,aAAW,ED9CwB,UAAU;EC+C7C,UAAQ,ED/C2B,UAAU;;AAEjD,UACA;EAEC,UAAU,EAAE,OAAO;EACnB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAmB;EAC3B,OAAO,ECfE,IAAI;EDgBb,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,OAAO,EAAE,CAAC;EAEV,gBACA;IACC,MAAM,EAAE,IAAI;IACZ,aAAa,EAAE,IAA2B;IAC1C,IAAI,EAAE,OAAO;IACb,SAAS,ECxBA,IAAI;IDyBb,WAAW,EAAE,IAAmB;IAChC,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,IAAmB;IAC3B,MAAM,EAAE,CAAC;IACT,OAAO,EAAE,MAAU;;AAKpB,0CACA;EACC,OAAO,EAAE,IAAI;EAEb;mDAEA;IACC,aAAa,EAAE,IAAI;AAGrB,wBACA;EACC,UAAU,EAAE,MAAM;EAClB,SAAS,EAAE,IAAwB;EACnC,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,IAAY;EAEzB,8BACA;IACC,MAAM,EAAE,IAAI;AAGd,qCACA;EACC,OAAO,EAAE,KAAK;AAGf,iCACA;EACC,WAAW,EAAE,IACb;;AEmBA,yBACA;EACC,UAAU,EAAE,wBAAQ;EACpB,KAAK,EAAE,wBAAU;AAElB,wBACA;EACC,KAAK,EAAE,wBAAW",
"sources": ["../../../../scss/vendor/mmenu/addons/jquery.mmenu.searchfield.scss","../../../../scss/vendor/mmenu/inc/_variables.scss","../../../../scss/vendor/mmenu/inc/_colors.scss"],
"names": [],
"file": "jquery.mmenu.searchfield.css"
}

View File

@@ -0,0 +1,192 @@
/*
jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
-webkit-transition: -webkit-transform 0.4s ease;
-moz-transition: -moz-transform 0.4s ease;
-o-transition: -o-transform 0.4s ease;
transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
-webkit-transform: translateX(-40%);
-moz-transform: translateX(-40%);
-ms-transform: translateX(-40%);
-o-transform: translateX(-40%);
transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
-webkit-transform: translateX(40%);
-moz-transform: translateX(40%);
-ms-transform: translateX(40%);
-o-transform: translateX(40%);
transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
-webkit-transform: translateY(-40%);
-moz-transform: translateY(-40%);
-ms-transform: translateY(-40%);
-o-transform: translateY(-40%);
transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
-webkit-transform: translateY(40%);
-moz-transform: translateY(40%);
-ms-transform: translateY(40%);
-o-transform: translateY(40%);
transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%); }
html.mm-zoom-menu .mm-menu {
-webkit-transition: -webkit-transform 0.4s ease;
-moz-transition: -moz-transform 0.4s ease;
-o-transition: -o-transform 0.4s ease;
transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateX(-40%);
-moz-transform: scale(0.7, 0.7) translateX(-40%);
-ms-transform: scale(0.7, 0.7) translateX(-40%);
-o-transform: scale(0.7, 0.7) translateX(-40%);
transform: scale(0.7, 0.7) translateX(-40%);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateX(0%);
-moz-transform: scale(1, 1) translateX(0%);
-ms-transform: scale(1, 1) translateX(0%);
-o-transform: scale(1, 1) translateX(0%);
transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateX(40%);
-moz-transform: scale(0.7, 0.7) translateX(40%);
-ms-transform: scale(0.7, 0.7) translateX(40%);
-o-transform: scale(0.7, 0.7) translateX(40%);
transform: scale(0.7, 0.7) translateX(40%);
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: right center;
-o-transform-origin: right center;
transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateX(0%);
-moz-transform: scale(1, 1) translateX(0%);
-ms-transform: scale(1, 1) translateX(0%);
-o-transform: scale(1, 1) translateX(0%);
transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateY(-40%);
-moz-transform: scale(0.7, 0.7) translateY(-40%);
-ms-transform: scale(0.7, 0.7) translateY(-40%);
-o-transform: scale(0.7, 0.7) translateY(-40%);
transform: scale(0.7, 0.7) translateY(-40%);
-webkit-transform-origin: center top;
-moz-transform-origin: center top;
-ms-transform-origin: center top;
-o-transform-origin: center top;
transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateY(0%);
-moz-transform: scale(1, 1) translateY(0%);
-ms-transform: scale(1, 1) translateY(0%);
-o-transform: scale(1, 1) translateY(0%);
transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateY(40%);
-moz-transform: scale(0.7, 0.7) translateY(40%);
-ms-transform: scale(0.7, 0.7) translateY(40%);
-o-transform: scale(0.7, 0.7) translateY(40%);
transform: scale(0.7, 0.7) translateY(40%);
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
-o-transform-origin: center bottom;
transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateY(0%);
-moz-transform: scale(1, 1) translateY(0%);
-ms-transform: scale(1, 1) translateY(0%);
-o-transform: scale(1, 1) translateY(0%);
transform: scale(1, 1) translateY(0%); }
html.mm-zoom-page.mm-opened .mm-page {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
-webkit-transform: scale(1.5, 1.5);
-moz-transform: scale(1.5, 1.5);
-ms-transform: scale(1.5, 1.5);
-o-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: right center;
-o-transform-origin: right center;
transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
-webkit-transform-origin: center top;
-moz-transform-origin: center top;
-ms-transform-origin: center top;
-o-transform-origin: center top;
transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
-o-transform-origin: center bottom;
transform-origin: center bottom; }
html.mm-zoom-panels .mm-panel {
-webkit-transform: scale(1.5, 1.5);
-moz-transform: scale(1.5, 1.5);
-ms-transform: scale(1.5, 1.5);
-o-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center; }
html.mm-zoom-panels .mm-panel.mm-opened {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
-webkit-transform: scale(0.7, 0.7);
-moz-transform: scale(0.7, 0.7);
-ms-transform: scale(0.7, 0.7);
-o-transform: scale(0.7, 0.7);
transform: scale(0.7, 0.7); }
/*# sourceMappingURL=jquery.mmenu.effects.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": "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",
"sources": ["../../../../scss/vendor/mmenu/extensions/jquery.mmenu.effects.scss","../../../../scss/vendor/mmenu/inc/_variables.scss"],
"names": [],
"file": "jquery.mmenu.effects.css"
}

View File

@@ -0,0 +1,170 @@
/*
jQuery.mmenu fullscreen extension CSS
*/
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
left: 100%; }
.mm-menu.mm-fullscreen {
width: 100%; }
@media all and (max-width: 140px) {
.mm-menu.mm-fullscreen {
width: 140px; }
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
left: 140px; } }
@media all and (min-width: 10000px) {
.mm-menu.mm-fullscreen {
width: 10000px; }
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
height: 100%; }
html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
top: 100%; }
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
bottom: -100%; }
@media all and (max-height: 140px) {
.mm-menu.mm-top.mm-fullscreen {
height: 140px; }
html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
top: 140px; }
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
bottom: -140px; } }
@media all and (min-height: 10000px) {
.mm-menu.mm-top.mm-fullscreen {
height: 10000px; }
html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
top: 10000px; }
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
width: 100%; }
html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
right: 100%; }
@media all and (max-width: 140px) {
.mm-menu.mm-right.mm-fullscreen {
width: 140px; }
html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
right: 140px; } }
@media all and (min-width: 10000px) {
.mm-menu.mm-right.mm-fullscreen {
width: 10000px; }
html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
height: 100%; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
bottom: 100%; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
top: -100%; }
@media all and (max-height: 140px) {
.mm-menu.mm-bottom.mm-fullscreen {
height: 140px; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
bottom: 140px; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
top: -140px; } }
@media all and (min-height: 10000px) {
.mm-menu.mm-bottom.mm-fullscreen {
height: 10000px; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
bottom: 10000px; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
left: -100%; }
@media all and (max-width: 140px) {
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
left: -140px; } }
@media all and (min-width: 10000px) {
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
top: -100%; }
@media all and (max-height: 140px) {
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
top: -140px; } }
@media all and (min-height: 10000px) {
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
right: -100%; }
@media all and (max-width: 140px) {
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
right: -140px; } }
@media all and (min-width: 10000px) {
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
bottom: -100%; }
@media all and (max-height: 140px) {
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
bottom: -140px; } }
@media all and (min-height: 10000px) {
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
bottom: -10000px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
left: 0;
right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
bottom: 0; }
html.mm-opened.mm-fullscreen .mm-page {
box-shadow: none !important; }
/*# sourceMappingURL=jquery.mmenu.fullscreen.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": ";;;AAgBE;;;8CAIA;EACC,IAAI,EAAE,IAAoB;;AAG5B,sBACA;EACC,KAAK,EAAE,IAAoB;;AAE5B,iCAAgD;EAC/C,sBACA;IACC,KAAK,ECxBI,KAAK;;ED4Bd;;;gDAIA;IACC,IAAI,ECjCI,KAAK;ADqChB,mCAAgD;EAC/C,sBACA;IACC,KAAK,ECtCI,OAAO;;ED0ChB;;;gDAIA;IACC,IAAI,EC/CI,OAAO;AD2DlB,6BACA;EACC,MAAM,EAAE,IAAqB;;AAI7B;;kDAGA;EACC,GAAG,EAAE,IAAqB;AAE3B,qDACA;EACC,MAAM,EAAE,KAA0B;;AAGpC,kCAAoD;EACnD,6BACA;IACC,MAAM,EC9EI,KAAK;;EDkFf;;oDAGA;IACC,GAAG,ECtFM,KAAK;EDwFf,qDACA;IACC,MAAM,EAAE,MAAW;AAItB,oCAAoD;EACnD,6BACA;IACC,MAAM,EC/FI,OAAO;;EDmGjB;;oDAGA;IACC,GAAG,ECvGM,OAAO;EDyGjB,qDACA;IACC,MAAM,EAAE,QAAW;AAMtB,+BACA;EACC,KAAK,EAAE,IAAoB;;AAI3B;;;uDAIA;EACC,KAAK,EAAE,IAAoB;;AAG7B,iCAAiD;EAChD,+BACA;IACC,KAAK,ECvII,KAAK;;ED2Id;;;yDAIA;IACC,KAAK,EChJG,KAAK;ADoJhB,mCAAiD;EAChD,+BACA;IACC,KAAK,ECrJI,OAAO;;EDyJhB;;;yDAIA;IACC,KAAK,EC9JG,OAAO;ADoKlB,gCACA;EACC,MAAM,EAAE,IAAqB;;AAI7B;;wDAGA;EACC,MAAM,EAAE,IAAqB;AAE9B,qDACA;EACC,GAAG,EAAE,KAA0B;;AAGjC,kCAAoD;EACnD,gCACA;IACC,MAAM,ECvLI,KAAK;;ED2Lf;;0DAGA;IACC,MAAM,EC/LG,KAAK;EDiMf,qDACA;IACC,GAAG,EAAE,MAAW;AAInB,oCAAoD;EACnD,gCACA;IACC,MAAM,ECxMI,OAAO;;ED4MjB;;0DAGA;IACC,MAAM,EChNG,OAAO;EDkNjB,qDACA;IACC,GAAG,EAAE,QAAW;AAclB,+DAEA;EACC,IAAI,EAAE,KAAyB;;AAGjC,iCAAiD;EAG/C,+DAEA;IACC,IAAI,EAAE,MAAU;AAInB,mCAAiD;EAG/C,+DAEA;IACC,IAAI,EAAE,QAAU;AAQlB,6EAEA;EACC,GAAG,EAAE,KAA0B;;AAGjC,kCAAoD;EAGlD,6EAEA;IACC,GAAG,EAAE,MAAW;AAInB,oCAAoD;EAGlD,6EAEA;IACC,GAAG,EAAE,QAAW;AAQlB,iFAEA;EACC,KAAK,EAAE,KAAyB;;AAGlC,iCAAiD;EAG/C,iFAEA;IACC,KAAK,EAAE,MAAU;AAIpB,mCAAiD;EAG/C,iFAEA;IACC,KAAK,EAAE,QAAU;AAQnB,mFAEA;EACC,MAAM,EAAE,KAA0B;;AAGpC,kCAAoD;EAGlD,mFAEA;IACC,MAAM,EAAE,MAAW;AAItB,oCAAoD;EAGlD,mFAEA;IACC,MAAM,EAAE,QAAW;AAUrB;;;yCAEA;EACC,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,IAAI;AAEZ;sCACA;EACC,GAAG,EAAE,CAAC;AAEP;yCACA;EACC,MAAM,EAAE,CAAC;;AC1VZ,qCACA;EACC,UAAU,EAAE,eAAe",
"sources": ["../../../../scss/vendor/mmenu/inc/_sizing.scss","../../../../scss/vendor/mmenu/extensions/jquery.mmenu.fullscreen.scss"],
"names": [],
"file": "jquery.mmenu.fullscreen.css"
}

View File

@@ -0,0 +1,90 @@
/*
jQuery.mmenu IE8 fallback extension CSS
*/
html.mm-opened .mm-page {
box-shadow: none; }
.mm-ismenu {
background: #333333;
color: #adadad; }
.mm-menu .mm-list > li:after {
border-color: #2b2b2b; }
.mm-menu .mm-list > li > a.mm-subclose {
background: #2d2d2d;
color: #707070; }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
border-color: #707070; }
.mm-menu .mm-list > li > a.mm-subopen:before {
border-color: #2b2b2b; }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
background: #2d2d2d; }
.mm-menu .mm-list > li.mm-label {
background: #3d3d3d; }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
background: #3d3d3d; }
.mm-menu .mm-search input {
background: #474747;
color: #adadad; }
.mm-menu li.mm-noresults {
color: #707070; }
.mm-menu em.mm-counter {
color: #707070; }
.mm-menu .mm-list li.mm-label > div > div {
background: #3d3d3d; }
.mm-menu .mm-header {
border-color: #2b2b2b;
color: #707070; }
.mm-menu .mm-header a:before {
border-color: #707070; }
html.mm-opened.mm-light .mm-page {
box-shadow: none; }
.mm-ismenu.mm-light {
background: #f3f3f3;
color: #616161; }
.mm-menu.mm-light .mm-list > li:after {
border-color: #dadada; }
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
background: #fafafa;
color: #aaaaaa; }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
border-color: #aaaaaa; }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
border-color: #dadada; }
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
background: #fafafa; }
.mm-menu.mm-light .mm-list > li.mm-label {
background: #ebebeb; }
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
background: #ebebeb; }
.mm-menu.mm-light .mm-search input {
background: #dadada;
color: #616161; }
.mm-menu.mm-light li.mm-noresults {
color: #aaaaaa; }
.mm-menu.mm-light em.mm-counter {
color: #aaaaaa; }
.mm-menu.mm-light .mm-list li.mm-label > div > div {
background: #ebebeb; }
.mm-menu.mm-light .mm-header {
border-color: #dadada;
color: #aaaaaa; }
.mm-menu.mm-light .mm-header a:before {
border-color: #aaaaaa; }
/*# sourceMappingURL=jquery.mmenu.ie8.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": ";;;AAOC,uBACA;EACC,UAAU,ECKG,IAAI;;ADHlB,UACA;EACC,UAAU,ECAA,OAAI;EDCd,KAAK,ECCG,OAAwB;;ADK/B,4BACA;EACC,YAAY,ECHJ,OAAwB;ADS/B,sCACA;EACC,UAAU,ECbA,OAAwB;EDclC,KAAK,ECfI,OAAwB;ADiBlC,0FAEA;EACC,YAAY,ECpBH,OAAwB;ADsBlC,4CACA;EACC,YAAY,ECrBN,OAAwB;AD2BhC;yCAEA;EACC,UAAU,EChCC,OAAwB;ADmCrC,+BACA;EACC,UAAU,ECpCG,OAAuB;AD4CpC;+CAEA;EACC,UAAU,EC/CE,OAAuB;;ADsEtC,yBACA;EACC,UAAU,ECtED,OAAwB;EDuEjC,KAAK,EC5EE,OAAwB;AD8EhC,wBACA;EACC,KAAK,EC/EO,OAAwB;;ADsFtC,sBACA;EACC,KAAK,ECxFQ,OAAwB;;AD4DrC,yCACA;EACC,UAAU,EC5DI,OAAuB;;AD+FtC,mBACA;EACC,YAAY,EChGH,OAAwB;EDiGjC,KAAK,ECpGO,OAAwB;EDsGpC,4BACA;IACC,YAAY,ECxGD,OAAwB;;ADTtC,gCACA;EACC,UAAU,ECqCG,IAAI;;ADnClB,mBACA;EACC,UAAU,ECgCA,OAAO;ED/BjB,KAAK,ECiCG,OAAwB;;AD3B/B,qCACA;EACC,YAAY,EC6BJ,OAAwB;ADvB/B,+CACA;EACC,UAAU,ECmBA,OAAwB;EDlBlC,KAAK,ECiBI,OAAwB;ADflC,4GAEA;EACC,YAAY,ECYH,OAAwB;ADVlC,qDACA;EACC,YAAY,ECWN,OAAwB;ADLhC;kDAEA;EACC,UAAU,ECAC,OAAwB;ADGrC,wCACA;EACC,UAAU,ECJG,OAAuB;ADYpC;wDAEA;EACC,UAAU,ECfE,OAAuB;;ADsCtC,kCACA;EACC,UAAU,ECtCD,OAAwB;EDuCjC,KAAK,EC5CE,OAAwB;AD8ChC,iCACA;EACC,KAAK,EC/CO,OAAwB;;ADsDtC,+BACA;EACC,KAAK,ECxDQ,OAAwB;;AD4BrC,kDACA;EACC,UAAU,EC5BI,OAAuB;;AD+DtC,4BACA;EACC,YAAY,EChEH,OAAwB;EDiEjC,KAAK,ECpEO,OAAwB;EDsEpC,qCACA;IACC,YAAY,ECxED,OAAwB",
"sources": ["../../../../scss/vendor/mmenu/inc/_colors.scss","../../../../scss/vendor/mmenu/extensions/jquery.mmenu.ie8.scss"],
"names": [],
"file": "jquery.mmenu.ie8.css"
}

View File

@@ -0,0 +1,245 @@
/*
jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
width: 100%; }
html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
top: 0%; }
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
left: 0; }
.mm-menu.mm-right {
left: auto;
right: 0; }
html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
left: auto;
right: 0%; }
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
left: auto; }
.mm-menu.mm-bottom {
width: 100%;
top: auto;
bottom: 0; }
html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
bottom: 0%;
top: auto; }
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
top: auto;
left: 0; }
.mm-menu.mm-top {
height: 80%; }
html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom {
bottom: -80%; }
@media all and (max-height: 175px) {
.mm-menu.mm-top {
height: 140px; }
html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
top: 140px; }
html.mm-top.mm-opening .mm-fixed-bottom {
bottom: -140px; } }
@media all and (min-height: 1100px) {
.mm-menu.mm-top {
height: 880px; }
html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
top: 880px; }
html.mm-top.mm-opening .mm-fixed-bottom {
bottom: -880px; } }
.mm-menu.mm-right {
width: 80%; }
html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
right: 80%; }
@media all and (max-width: 175px) {
.mm-menu.mm-right {
width: 140px; }
html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
right: 140px; } }
@media all and (min-width: 375px) {
.mm-menu.mm-right {
width: 300px; }
html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
right: 300px; } }
.mm-menu.mm-bottom {
height: 80%; }
html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top {
top: -80%; }
@media all and (max-height: 175px) {
.mm-menu.mm-bottom {
height: 140px; }
html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
bottom: 140px; }
html.mm-bottom.mm-opening .mm-fixed-top {
top: -140px; } }
@media all and (min-height: 1100px) {
.mm-menu.mm-bottom {
height: 880px; }
html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
bottom: 880px; }
html.mm-bottom.mm-opening .mm-fixed-top {
top: -880px; } }
/*
jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important; }
.mm-menu.mm-front,
.mm-menu.mm-next {
-webkit-transition: none 0.4s ease;
-moz-transition: none 0.4s ease;
-ms-transition: none 0.4s ease;
-o-transition: none 0.4s ease;
transition: none 0.4s ease;
-webkit-transition-property: top, right, bottom, left, -webkit-transform;
-moz-transition-property: top, right, bottom, left, -moz-transform;
-ms-transition-property: top, right, bottom, left, -o-transform;
-o-transition-property: top, right, bottom, left, -o-transform;
transition-property: top, right, bottom, left, transform; }
html.mm-front .mm-page,
html.mm-front #mm-blocker {
z-index: 0; }
.mm-menu.mm-front {
z-index: 1;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
html.mm-opened.mm-next .mm-page {
box-shadow: none; }
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
left: 0%; }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
left: 0; }
html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
left: 0;
top: 0%; }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
left: auto; }
html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
left: auto;
right: 0%; }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
top: auto;
left: 0; }
html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
left: 0;
bottom: 0%; }
.mm-menu.mm-front, .mm-menu.mm-next {
left: -80%; }
@media all and (max-width: 175px) {
.mm-menu.mm-front, .mm-menu.mm-next {
left: -140px; } }
@media all and (min-width: 375px) {
.mm-menu.mm-front, .mm-menu.mm-next {
left: -300px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
top: -80%; }
@media all and (max-height: 175px) {
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
top: -140px; } }
@media all and (min-height: 1100px) {
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
right: -80%; }
@media all and (max-width: 175px) {
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
right: -140px; } }
@media all and (min-width: 375px) {
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
right: -300px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
bottom: -80%; }
@media all and (max-height: 175px) {
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
bottom: -140px; } }
@media all and (min-height: 1100px) {
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
bottom: -880px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
left: 0;
right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
bottom: 0; }
/*# sourceMappingURL=jquery.mmenu.positioning.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": "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",
"sources": ["../../../../scss/vendor/mmenu/extensions/jquery.mmenu.positioning.scss","../../../../scss/vendor/mmenu/inc/_sizing.scss","../../../../scss/vendor/mmenu/inc/_variables.scss"],
"names": [],
"file": "jquery.mmenu.positioning.css"
}

View File

@@ -0,0 +1,133 @@
/*
jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-ismenu.mm-light {
background: #f3f3f3;
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-list > li:after {
border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
background: rgba(255, 255, 255, 0.6);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
background: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-light .mm-list > li.mm-label {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light .mm-search input {
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light em.mm-counter {
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list li.mm-label > div > div {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light .mm-header {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-header a:before {
border-color: rgba(0, 0, 0, 0.3); }
html.mm-opened.mm-white .mm-page {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-ismenu.mm-white {
background: white;
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-list > li:after {
border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
background: rgba(0, 0, 0, 0.08);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
background: rgba(0, 0, 0, 0.08); }
.mm-menu.mm-white .mm-list > li.mm-label {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white .mm-search input {
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white em.mm-counter {
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list li.mm-label > div > div {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white .mm-header {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-header a:before {
border-color: rgba(0, 0, 0, 0.3); }
html.mm-opened.mm-black .mm-page {
box-shadow: none; }
.mm-ismenu.mm-black {
background: black;
color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-list > li:after {
border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
background: rgba(255, 255, 255, 0.25);
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
background: rgba(255, 255, 255, 0.25); }
.mm-menu.mm-black .mm-list > li.mm-label {
background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black .mm-search input {
background: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black em.mm-counter {
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list li.mm-label > div > div {
background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black .mm-header {
border-color: rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-header a:before {
border-color: rgba(255, 255, 255, 0.3); }
/*# sourceMappingURL=jquery.mmenu.themes.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": ";;;AAOC,gCACA;EACC,UAAU,ECEG,2BAA6B;;ADA3C,mBACA;EACC,UAAU,ECHA,OAAO;EDIjB,KAAK,ECFG,kBAAoB;;ADQ3B,qCACA;EACC,YAAY,ECNJ,kBAAoB;ADY3B,+CACA;EACC,UAAU,EChBA,wBAA0B;EDiBpC,KAAK,EClBI,kBAAoB;ADoB9B,4GAEA;EACC,YAAY,ECvBH,kBAAoB;ADyB9B,qDACA;EACC,YAAY,ECxBN,kBAAoB;AD8B5B;kDAEA;EACC,UAAU,ECnCC,wBAA0B;ADsCvC,wCACA;EACC,UAAU,ECvCG,mBAAqB;AD+ClC;wDAEA;EACC,UAAU,EClDE,mBAAqB;;ADyEpC,kCACA;EACC,UAAU,ECzED,kBAAoB;ED0E7B,KAAK,EC/EE,kBAAoB;ADiF5B,iCACA;EACC,KAAK,EClFO,kBAAoB;;ADyFlC,+BACA;EACC,KAAK,EC3FQ,kBAAoB;;AD+DjC,kDACA;EACC,UAAU,EC/DI,mBAAqB;;ADkGpC,4BACA;EACC,YAAY,ECnGH,kBAAoB;EDoG7B,KAAK,ECvGO,kBAAoB;EDyGhC,qCACA;IACC,YAAY,EC3GD,kBAAoB;;ADNlC,gCACA;EACC,UAAU,ECkCG,2BAA6B;;ADhC3C,mBACA;EACC,UAAU,EC6BA,KAAI;ED5Bd,KAAK,EC8BG,kBAAoB;;ADxB3B,qCACA;EACC,YAAY,EC0BJ,kBAAoB;ADpB3B,+CACA;EACC,UAAU,ECgBA,mBAAqB;EDf/B,KAAK,ECcI,kBAAoB;ADZ9B,4GAEA;EACC,YAAY,ECSH,kBAAoB;ADP9B,qDACA;EACC,YAAY,ECQN,kBAAoB;ADF5B;kDAEA;EACC,UAAU,ECHC,mBAAqB;ADMlC,wCACA;EACC,UAAU,ECPG,mBAAqB;ADelC;wDAEA;EACC,UAAU,EClBE,mBAAqB;;ADyCpC,kCACA;EACC,UAAU,ECzCD,kBAAoB;ED0C7B,KAAK,EC/CE,kBAAoB;ADiD5B,iCACA;EACC,KAAK,EClDO,kBAAoB;;ADyDlC,+BACA;EACC,KAAK,EC3DQ,kBAAoB;;AD+BjC,kDACA;EACC,UAAU,EC/BI,mBAAqB;;ADkEpC,4BACA;EACC,YAAY,ECnEH,kBAAoB;EDoE7B,KAAK,ECvEO,kBAAoB;EDyEhC,qCACA;IACC,YAAY,EC3ED,kBAAoB;;ADtClC,gCACA;EACC,UAAU,ECkEG,IAAI;;ADhElB,mBACA;EACC,UAAU,EC6DA,KAAI;ED5Dd,KAAK,EC8DG,wBAA0B;;ADxDjC,qCACA;EACC,YAAY,EC0DJ,wBAA0B;ADpDjC,+CACA;EACC,UAAU,ECgDA,yBAA2B;ED/CrC,KAAK,EC8CI,wBAA0B;AD5CpC,4GAEA;EACC,YAAY,ECyCH,wBAA0B;ADvCpC,qDACA;EACC,YAAY,ECwCN,wBAA0B;ADlClC;kDAEA;EACC,UAAU,EC6BC,yBAA2B;AD1BxC,wCACA;EACC,UAAU,ECyBG,yBAA2B;ADjBxC;wDAEA;EACC,UAAU,ECcE,yBAA2B;;ADS1C,kCACA;EACC,UAAU,ECTD,wBAA0B;EDUnC,KAAK,ECfE,wBAA0B;ADiBlC,iCACA;EACC,KAAK,EClBO,wBAA0B;;ADyBxC,+BACA;EACC,KAAK,EC3BQ,wBAA0B;;ADDvC,kDACA;EACC,UAAU,ECCI,yBAA2B;;ADkC1C,4BACA;EACC,YAAY,ECnCH,wBAA0B;EDoCnC,KAAK,ECvCO,wBAA0B;EDyCtC,qCACA;IACC,YAAY,EC3CD,wBAA0B",
"sources": ["../../../../scss/vendor/mmenu/inc/_colors.scss","../../../../scss/vendor/mmenu/extensions/jquery.mmenu.themes.scss"],
"names": [],
"file": "jquery.mmenu.themes.css"
}

View File

@@ -0,0 +1,41 @@
/*
jQuery.mmenu widescreen extension CSS
*/
html, body {
overflow: auto !important; }
body {
position: relative; }
#mm-blocker {
display: none !important; }
.mm-page {
box-shadow: none !important;
background: inherit;
min-height: 100% !important;
height: auto !important;
margin-left: 300px;
top: 0 !important;
position: relative !important;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }
.mm-menu {
position: fixed;
z-index: 0;
width: 300px !important;
padding: 0; }
.mm-menu.mm-top, .mm-menu.mm-right, .mm-menu.mm-bottom {
top: 0 !important;
right: auto !important;
bottom: auto !important;
left: 0 !important; }
.mm-menu:first-child, .mm-menu.mm-current {
display: block; }
/*# sourceMappingURL=jquery.mmenu.widescreen.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": ";;;AAWA,UACA;EAEI,QAAQ,EAAE,eAAe;;AAE7B,IACA;EACI,QAAQ,EAAE,QAAQ;;AAEtB,WACA;EACI,OAAO,EAAE,eAAe;;AAE5B,QACA;EACI,UAAU,EAAE,eAAe;EAC3B,UAAU,EAAE,OAAO;EACnB,UAAU,EAAE,eAAe;EAC3B,MAAM,EAAE,eAAe;EACvB,WAAW,EAtBD,KAAK;EAuBf,GAAG,EAAE,YAAY;EACjB,QAAQ,EAAE,mBAAmB;EAC7B,OAAO,EAAE,CAAC;ECmBV,kBAAgB,EDjBsB,UAAU;ECkBhD,eAAa,EDlByB,UAAU;ECmBhD,cAAY,EDnB0B,UAAU;ECoBhD,aAAW,EDpB2B,UAAU;ECqBhD,UAAQ,EDrB8B,UAAU;;AAEpD,QACA;EACI,QAAQ,EAAE,KAAK;EACf,OAAO,EAAE,CAAC;EACV,KAAK,EAAE,gBAAwB;EAC/B,OAAO,EAAE,CAAC;EAEV,sDAGA;IACI,GAAG,EAAE,YAAY;IACjB,KAAK,EAAE,eAAe;IACtB,MAAM,EAAE,eAAe;IACvB,IAAI,EAAE,YAAY;EAGtB,yCAEA;IACI,OAAO,EAAE,KAAK",
"sources": ["../../../../scss/vendor/mmenu/extensions/jquery.mmenu.widescreen.scss","../../../../scss/vendor/mmenu/inc/_variables.scss"],
"names": [],
"file": "jquery.mmenu.widescreen.css"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,305 @@
/*
jQuery.mmenu CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
-webkit-transition: none 0.4s ease;
-moz-transition: none 0.4s ease;
-ms-transition: none 0.4s ease;
-o-transition: none 0.4s ease;
transition: none 0.4s ease;
-webkit-transition-property: top, right, bottom, left, border;
-moz-transition-property: top, right, bottom, left, border;
-ms-transition-property: top, right, bottom, left, border;
-o-transition-property: top, right, bottom, left, border;
transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
left: 0;
top: 0;
margin: 0;
border: 0px solid transparent; }
html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
border: 0px solid rgba(100, 100, 100, 0); }
.mm-menu .mm-hidden {
display: none; }
.mm-fixed-top,
.mm-fixed-bottom {
position: fixed;
left: 0; }
.mm-fixed-top {
top: 0; }
.mm-fixed-bottom {
bottom: 0; }
html.mm-opened .mm-page,
.mm-menu > .mm-panel {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }
html.mm-opened,
html.mm-opened body {
overflow-x: hidden;
position: relative; }
html.mm-opened .mm-page {
position: relative; }
html.mm-background .mm-page {
background: inherit; }
#mm-blocker {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
display: none;
width: 100%;
height: 100%;
position: fixed;
z-index: 999999; }
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
display: block; }
.mm-menu.mm-current {
display: block; }
.mm-menu {
background: inherit;
display: none;
overflow: hidden;
height: 100%;
padding: 0;
position: fixed;
left: 0;
top: 0;
z-index: 0; }
.mm-menu > .mm-panel {
background: inherit;
-webkit-overflow-scrolling: touch;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
height: 100%;
padding: 20px;
position: absolute;
top: 0;
left: 100%;
z-index: 0; }
.mm-menu > .mm-panel.mm-opened {
left: 0%; }
.mm-menu > .mm-panel.mm-subopened {
left: -40%; }
.mm-menu > .mm-panel.mm-highest {
z-index: 1; }
.mm-menu > .mm-panel.mm-hidden {
display: block;
visibility: hidden; }
.mm-menu .mm-list {
padding: 20px 0; }
.mm-menu > .mm-list {
padding: 20px 0 40px 0; }
.mm-panel > .mm-list {
margin-left: -20px;
margin-right: -20px; }
.mm-panel > .mm-list:first-child {
padding-top: 0; }
.mm-list,
.mm-list > li {
list-style: none;
display: block;
padding: 0;
margin: 0; }
.mm-list {
font: inherit;
font-size: 14px; }
.mm-list a,
.mm-list a:hover {
text-decoration: none; }
.mm-list > li {
position: relative; }
.mm-list > li > a,
.mm-list > li > span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: inherit;
line-height: 20px;
display: block;
padding: 10px 10px 10px 20px;
margin: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
content: '';
border-bottom-width: 1px;
border-bottom-style: solid;
display: block;
width: 100%;
position: absolute;
bottom: 0;
left: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
width: auto;
margin-left: 20px;
position: relative;
left: auto; }
.mm-list a.mm-subopen {
width: 40px;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2; }
.mm-list a.mm-subopen::before {
content: '';
border-left-width: 1px;
border-left-style: solid;
display: block;
height: 100%;
position: absolute;
left: 0;
top: 0; }
.mm-list a.mm-subopen.mm-fullsubopen {
width: 100%; }
.mm-list a.mm-subopen.mm-fullsubopen:before {
border-left: none; }
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
padding-right: 5px;
margin-right: 40px; }
.mm-list > li.mm-selected > a.mm-subopen {
background: transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
padding-right: 45px;
margin-right: 0; }
.mm-list a.mm-subclose {
text-indent: 20px;
padding-top: 30px;
margin-top: -20px; }
.mm-list > li.mm-label {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 10px;
text-transform: uppercase;
text-indent: 20px;
line-height: 25px;
padding-right: 5px; }
.mm-list > li.mm-spacer {
padding-top: 40px; }
.mm-list > li.mm-spacer.mm-label {
padding-top: 25px; }
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
content: '';
border: 2px solid transparent;
display: block;
width: 7px;
height: 7px;
margin-bottom: -5px;
position: absolute;
bottom: 50%;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mm-list a.mm-subopen:after {
border-top: none;
border-left: none;
right: 18px; }
.mm-list a.mm-subclose:before {
border-right: none;
border-bottom: none;
margin-bottom: -15px;
left: 22px; }
.mm-menu.mm-vertical .mm-list .mm-panel {
display: none;
padding: 10px 0 10px 10px; }
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
height: 40px; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 16px;
right: 16px; }
html.mm-opened .mm-page {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.mm-ismenu {
background: #333333;
color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-list > li:after {
border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
background: rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(255, 255, 255, 0.05); }
html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
left: 80%; }
.mm-menu {
width: 80%; }
@media all and (max-width: 175px) {
.mm-menu {
width: 140px; }
html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
left: 140px; } }
@media all and (min-width: 375px) {
.mm-menu {
width: 300px; }
html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
left: 300px; } }
/*# sourceMappingURL=jquery.mmenu.css.map */

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": "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",
"sources": ["../../../scss/vendor/mmenu/jquery.mmenu.scss","../../../scss/vendor/mmenu/inc/_variables.scss","../../../scss/vendor/mmenu/inc/_arrows.scss","../../../scss/vendor/mmenu/inc/_colors.scss","../../../scss/vendor/mmenu/inc/_sizing.scss"],
"names": [],
"file": "jquery.mmenu.css"
}

View File

@@ -0,0 +1,631 @@
@keyframes vex-slideup {
/* line 83, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 86, ../sass/_keyframes.sass */
1% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 0;
}
/* line 91, ../sass/_keyframes.sass */
2% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 1;
}
/* line 94, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes vex-slideup {
/* line 83, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 86, ../sass/_keyframes.sass */
1% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 0;
}
/* line 91, ../sass/_keyframes.sass */
2% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 1;
}
/* line 94, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes vex-slideup {
/* line 83, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 86, ../sass/_keyframes.sass */
1% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 0;
}
/* line 91, ../sass/_keyframes.sass */
2% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 1;
}
/* line 94, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@-ms-keyframes vex-slideup {
/* line 83, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 86, ../sass/_keyframes.sass */
1% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 0;
}
/* line 91, ../sass/_keyframes.sass */
2% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 1;
}
/* line 94, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@-o-keyframes vex-slideup {
/* line 83, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 86, ../sass/_keyframes.sass */
1% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 0;
}
/* line 91, ../sass/_keyframes.sass */
2% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
opacity: 1;
}
/* line 94, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@keyframes vex-slidedown {
/* line 100, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 102, ../sass/_keyframes.sass */
100% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
}
}
@-webkit-keyframes vex-slidedown {
/* line 100, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 102, ../sass/_keyframes.sass */
100% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
}
}
@-moz-keyframes vex-slidedown {
/* line 100, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 102, ../sass/_keyframes.sass */
100% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
}
}
@-ms-keyframes vex-slidedown {
/* line 100, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 102, ../sass/_keyframes.sass */
100% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
}
}
@-o-keyframes vex-slidedown {
/* line 100, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 102, ../sass/_keyframes.sass */
100% {
transform: translateY(800px);
-webkit-transform: translateY(800px);
-moz-transform: translateY(800px);
-ms-transform: translateY(800px);
-o-transform: translateY(800px);
}
}
@keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-webkit-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-moz-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-ms-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-o-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
/* line 13, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner {
top: auto;
bottom: 0;
right: 0;
overflow: visible;
}
/* line 19, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-overlay {
display: none;
}
/* line 22, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner.vex-closing .vex-content {
animation: vex-slidedown 0.5s;
-webkit-animation: vex-slidedown 0.5s;
-moz-animation: vex-slidedown 0.5s;
-ms-animation: vex-slidedown 0.5s;
-o-animation: vex-slidedown 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 25, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-content {
animation: vex-slideup 0.5s;
-webkit-animation: vex-slideup 0.5s;
-moz-animation: vex-slideup 0.5s;
-ms-animation: vex-slideup 0.5s;
-o-animation: vex-slideup 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 28, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-content {
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
-ms-border-radius: 5px 0 0 0;
-o-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0;
font-family: "Helvetica Neue", sans-serif;
background: #f0f0f0;
color: #444444;
padding: 1em;
max-width: 100%;
width: 450px;
font-size: 1.1em;
line-height: 1.5em;
position: fixed;
bottom: 0;
right: 0;
left: auto;
}
/* line 43, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-content h1, .vex.vex-theme-bottom-right-corner .vex-content h2, .vex.vex-theme-bottom-right-corner .vex-content h3, .vex.vex-theme-bottom-right-corner .vex-content h4, .vex.vex-theme-bottom-right-corner .vex-content h5, .vex.vex-theme-bottom-right-corner .vex-content h6, .vex.vex-theme-bottom-right-corner .vex-content p, .vex.vex-theme-bottom-right-corner .vex-content ul, .vex.vex-theme-bottom-right-corner .vex-content li {
color: inherit;
}
/* line 46, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-close {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
/* line 53, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-close:before {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
position: absolute;
content: "\00D7";
font-size: 26px;
font-weight: normal;
line-height: 31px;
height: 30px;
width: 30px;
text-align: center;
top: 3px;
right: 3px;
color: #bbbbbb;
background: transparent;
}
/* line 68, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-close:hover:before, .vex.vex-theme-bottom-right-corner .vex-close:active:before {
color: #777777;
background: #e0e0e0;
}
/* line 74, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-message {
margin-bottom: 0.5em;
}
/* line 77, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input {
margin-bottom: 1em;
}
/* line 80, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="week"] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: white;
width: 100%;
padding: 0.25em 0.67em;
border: 0;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
min-height: 2.5em;
margin: 0 0 0.25em;
}
/* line 92, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
-moz-box-shadow: inset 0 0 0 2px #8dbdf1;
box-shadow: inset 0 0 0 2px #8dbdf1;
outline: none;
}
/* line 96, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-buttons {
*zoom: 1;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-buttons:after {
content: "";
display: table;
clear: both;
}
/* line 99, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-button {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 0;
float: right;
margin: 0 0 0 0.5em;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.8em;
line-height: 1em;
padding: 0.75em 2em;
}
/* line 111, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-last {
margin-left: 0;
}
/* line 114, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-button:focus {
animation: vex-pulse 1.1s infinite;
-webkit-animation: vex-pulse 1.1s infinite;
-moz-animation: vex-pulse 1.1s infinite;
-ms-animation: vex-pulse 1.1s infinite;
-o-animation: vex-pulse 1.1s infinite;
-webkit-backface-visibility: hidden;
outline: none;
}
@media (max-width: 568px) {
/* line 114, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-button:focus {
animation: none;
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
-webkit-backface-visibility: hidden;
}
}
/* line 123, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-dialog-button-primary {
background: #3288e6;
color: white;
}
/* line 127, ../sass/vex-theme-bottom-right-corner.sass */
.vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-dialog-button-secondary {
background: #e0e0e0;
color: #777777;
}
/* line 131, ../sass/vex-theme-bottom-right-corner.sass */
.vex-loading-spinner.vex-theme-bottom-right-corner {
-webkit-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background: #f0f0f0;
border: 0.2em solid transparent;
border-top-color: #bbbbbb;
top: -1.1em;
bottom: auto;
}
/* line 140, ../sass/vex-theme-bottom-right-corner.sass */
body.vex-open {
overflow: initial;
}

View File

@@ -0,0 +1,528 @@
@keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@-webkit-keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@-moz-keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@-ms-keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@-o-keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@-webkit-keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@-moz-keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@-ms-keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@-o-keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-webkit-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-moz-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-ms-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-o-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
/* line 13, ../sass/vex-theme-default.sass */
.vex.vex-theme-default {
padding-top: 160px;
padding-bottom: 160px;
}
/* line 17, ../sass/vex-theme-default.sass */
.vex.vex-theme-default.vex-closing .vex-content {
animation: vex-flyout 0.5s;
-webkit-animation: vex-flyout 0.5s;
-moz-animation: vex-flyout 0.5s;
-ms-animation: vex-flyout 0.5s;
-o-animation: vex-flyout 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 20, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-content {
animation: vex-flyin 0.5s;
-webkit-animation: vex-flyin 0.5s;
-moz-animation: vex-flyin 0.5s;
-ms-animation: vex-flyin 0.5s;
-o-animation: vex-flyin 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 23, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-content {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
font-family: "Helvetica Neue", sans-serif;
background: #f0f0f0;
color: #444444;
padding: 1em;
position: relative;
margin: 0 auto;
max-width: 100%;
width: 450px;
font-size: 1.1em;
line-height: 1.5em;
}
/* line 36, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-content h1, .vex.vex-theme-default .vex-content h2, .vex.vex-theme-default .vex-content h3, .vex.vex-theme-default .vex-content h4, .vex.vex-theme-default .vex-content h5, .vex.vex-theme-default .vex-content h6, .vex.vex-theme-default .vex-content p, .vex.vex-theme-default .vex-content ul, .vex.vex-theme-default .vex-content li {
color: inherit;
}
/* line 39, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-close {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
/* line 46, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-close:before {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
position: absolute;
content: "\00D7";
font-size: 26px;
font-weight: normal;
line-height: 31px;
height: 30px;
width: 30px;
text-align: center;
top: 3px;
right: 3px;
color: #bbbbbb;
background: transparent;
}
/* line 61, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-close:hover:before, .vex.vex-theme-default .vex-close:active:before {
color: #777777;
background: #e0e0e0;
}
/* line 67, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
margin-bottom: 0.5em;
}
/* line 70, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
margin-bottom: 1em;
}
/* line 73, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: white;
width: 100%;
padding: 0.25em 0.67em;
border: 0;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
min-height: 2.5em;
margin: 0 0 0.25em;
}
/* line 85, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
-moz-box-shadow: inset 0 0 0 2px #8dbdf1;
box-shadow: inset 0 0 0 2px #8dbdf1;
outline: none;
}
/* line 89, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons {
*zoom: 1;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after {
content: "";
display: table;
clear: both;
}
/* line 92, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-button {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 0;
float: right;
margin: 0 0 0 0.5em;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.8em;
line-height: 1em;
padding: 0.75em 2em;
}
/* line 104, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-button.vex-last {
margin-left: 0;
}
/* line 107, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-button:focus {
animation: vex-pulse 1.1s infinite;
-webkit-animation: vex-pulse 1.1s infinite;
-moz-animation: vex-pulse 1.1s infinite;
-ms-animation: vex-pulse 1.1s infinite;
-o-animation: vex-pulse 1.1s infinite;
-webkit-backface-visibility: hidden;
outline: none;
}
@media (max-width: 568px) {
/* line 107, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-button:focus {
animation: none;
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
-webkit-backface-visibility: hidden;
}
}
/* line 116, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
background: #3288e6;
color: white;
}
/* line 120, ../sass/vex-theme-default.sass */
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
background: #e0e0e0;
color: #777777;
}
/* line 124, ../sass/vex-theme-default.sass */
.vex-loading-spinner.vex-theme-default {
-webkit-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background: #f0f0f0;
border: 0.2em solid transparent;
border-top-color: #bbbbbb;
top: -1.1em;
bottom: auto;
}

View File

@@ -0,0 +1,461 @@
@keyframes vex-flipin-horizontal {
/* line 107, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: rotateY(-90deg);
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
}
/* line 110, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
}
@-webkit-keyframes vex-flipin-horizontal {
/* line 107, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: rotateY(-90deg);
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
}
/* line 110, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
}
@-moz-keyframes vex-flipin-horizontal {
/* line 107, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: rotateY(-90deg);
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
}
/* line 110, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
}
@-ms-keyframes vex-flipin-horizontal {
/* line 107, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: rotateY(-90deg);
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
}
/* line 110, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
}
@-o-keyframes vex-flipin-horizontal {
/* line 107, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: rotateY(-90deg);
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
}
/* line 110, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
}
@keyframes vex-flipout-horizontal {
/* line 116, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
/* line 119, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
}
}
@-webkit-keyframes vex-flipout-horizontal {
/* line 116, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
/* line 119, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
}
}
@-moz-keyframes vex-flipout-horizontal {
/* line 116, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
/* line 119, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
}
}
@-ms-keyframes vex-flipout-horizontal {
/* line 116, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
/* line 119, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
}
}
@-o-keyframes vex-flipout-horizontal {
/* line 116, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
}
/* line 119, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
}
}
/* line 31, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
-ms-perspective: 1300px;
-o-perspective: 1300px;
perspective: 1300px;
-webkit-perspective-origin: 50% 150px;
-moz-perspective-origin: 50% 150px;
-ms-perspective-origin: 50% 150px;
-o-perspective-origin: 50% 150px;
perspective-origin: 50% 150px;
padding-top: 100px;
padding-bottom: 100px;
font-size: 1.5em;
}
/* line 38, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-closing .vex-content {
animation: vex-flipout-horizontal 0.5s;
-webkit-animation: vex-flipout-horizontal 0.5s;
-moz-animation: vex-flipout-horizontal 0.5s;
-ms-animation: vex-flipout-horizontal 0.5s;
-o-animation: vex-flipout-horizontal 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 41, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
animation: vex-flipin-horizontal 0.5s;
-webkit-animation: vex-flipin-horizontal 0.5s;
-moz-animation: vex-flipin-horizontal 0.5s;
-ms-animation: vex-flipin-horizontal 0.5s;
-o-animation: vex-flipin-horizontal 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 45, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-content {
font-family: "Helvetica Neue", sans-serif;
font-weight: 200;
background: white;
color: #444444;
padding: 2em 2em 3em 2em;
line-height: 1.5em;
position: relative;
margin: 0 auto;
max-width: 100%;
width: 600px;
}
/* line 57, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-content h1, .vex.vex-theme-flat-attack .vex-content h2, .vex.vex-theme-flat-attack .vex-content h3, .vex.vex-theme-flat-attack .vex-content h4, .vex.vex-theme-flat-attack .vex-content h5, .vex.vex-theme-flat-attack .vex-content h6, .vex.vex-theme-flat-attack .vex-content p, .vex.vex-theme-flat-attack .vex-content ul, .vex.vex-theme-flat-attack .vex-content li {
color: inherit;
}
/* line 60, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-close {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
/* line 66, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-close:before {
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
line-height: 1px;
padding-top: 0.5em;
display: block;
font-size: 2em;
text-indent: 1px;
overflow: hidden;
height: 1.25em;
width: 1.25em;
text-align: center;
top: 0;
right: 0;
color: white;
background: #666666;
}
/* line 85, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message {
margin-bottom: 0.5em;
}
/* line 88, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input {
margin-bottom: 0.5em;
}
/* line 91, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: #f0f0f0;
width: 100%;
padding: 0.25em 0.67em;
border: 0;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
min-height: 2.5em;
margin: 0 0 0.25em;
}
/* line 103, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px #666666;
-moz-box-shadow: inset 0 0 0 2px #666666;
box-shadow: inset 0 0 0 2px #666666;
outline: none;
}
/* line 107, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons {
*zoom: 1;
padding-top: 1em;
margin-bottom: -3em;
margin-left: -2em;
margin-right: -2em;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons:after {
content: "";
display: table;
clear: both;
}
/* line 114, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 0;
margin: 0;
float: right;
padding: 0.5em 1em;
font-size: 1.13em;
text-transform: uppercase;
font-weight: 200;
letter-spacing: 0.1em;
line-height: 1em;
font-family: inherit;
}
/* line 127, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-button.vex-last {
margin-left: 0;
}
/* line 130, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-button:focus {
outline: none;
}
/* line 133, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
background: #666666;
color: white;
}
/* line 137, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:focus {
-webkit-box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
}
/* line 140, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary {
background: white;
color: #cccccc;
}
/* line 144, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:focus {
-webkit-box-shadow: inset 0 3px #aaaaaa;
-moz-box-shadow: inset 0 3px #aaaaaa;
box-shadow: inset 0 3px #aaaaaa;
background: #eeeeee;
color: #777777;
}
/* line 149, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:hover, .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:active {
color: #777777;
}
/* line 16, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-close:before {
background: #ff7ea7;
}
/* line 25, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px #ff7ea7;
-moz-box-shadow: inset 0 0 0 2px #ff7ea7;
box-shadow: inset 0 0 0 2px #ff7ea7;
}
/* line 28, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
background: #ff7ea7;
}
/* line 16, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-close:before {
background: #ce4a55;
}
/* line 25, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px #ce4a55;
-moz-box-shadow: inset 0 0 0 2px #ce4a55;
box-shadow: inset 0 0 0 2px #ce4a55;
}
/* line 28, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
background: #ce4a55;
}
/* line 16, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-close:before {
background: #34b989;
}
/* line 25, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px #34b989;
-moz-box-shadow: inset 0 0 0 2px #34b989;
box-shadow: inset 0 0 0 2px #34b989;
}
/* line 28, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
background: #34b989;
}
/* line 16, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-close:before {
background: #477fa5;
}
/* line 25, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px #477fa5;
-moz-box-shadow: inset 0 0 0 2px #477fa5;
box-shadow: inset 0 0 0 2px #477fa5;
}
/* line 28, ../sass/vex-theme-flat-attack.sass */
.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
background: #477fa5;
}
/* line 166, ../sass/vex-theme-flat-attack.sass */
.vex-loading-spinner.vex-theme-flat-attack {
height: 4em;
width: 4em;
}

View File

@@ -0,0 +1,533 @@
@keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@-webkit-keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@-moz-keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@-ms-keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@-o-keyframes vex-flyin {
/* line 25, ../sass/_keyframes.sass */
0% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
/* line 28, ../sass/_keyframes.sass */
100% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
@keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@-webkit-keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@-moz-keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@-ms-keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@-o-keyframes vex-flyout {
/* line 34, ../sass/_keyframes.sass */
0% {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 37, ../sass/_keyframes.sass */
100% {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
}
}
@keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-webkit-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-moz-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-ms-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-o-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
/* line 13, ../sass/vex-theme-os.sass */
.vex.vex-theme-os {
padding-top: 160px;
padding-bottom: 160px;
}
/* line 17, ../sass/vex-theme-os.sass */
.vex.vex-theme-os.vex-closing .vex-content {
animation: vex-flyout 0.5s;
-webkit-animation: vex-flyout 0.5s;
-moz-animation: vex-flyout 0.5s;
-ms-animation: vex-flyout 0.5s;
-o-animation: vex-flyout 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 20, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-content {
animation: vex-flyin 0.5s;
-webkit-animation: vex-flyin 0.5s;
-moz-animation: vex-flyin 0.5s;
-ms-animation: vex-flyin 0.5s;
-o-animation: vex-flyin 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 23, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-content {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
font-family: "Helvetica Neue", sans-serif;
border-top: 20px solid #bbbbbb;
background: #f0f0f0;
color: #444444;
padding: 1em;
position: relative;
margin: 0 auto;
max-width: 100%;
width: 450px;
font-size: 1.1em;
line-height: 1.5em;
}
/* line 38, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-content h1, .vex.vex-theme-os .vex-content h2, .vex.vex-theme-os .vex-content h3, .vex.vex-theme-os .vex-content h4, .vex.vex-theme-os .vex-content h5, .vex.vex-theme-os .vex-content h6, .vex.vex-theme-os .vex-content p, .vex.vex-theme-os .vex-content ul, .vex.vex-theme-os .vex-content li {
color: inherit;
}
/* line 41, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-close {
-webkit-border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
-ms-border-radius: 0 5px 0 0;
-o-border-radius: 0 5px 0 0;
border-radius: 0 5px 0 0;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
/* line 48, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-close:before {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
position: absolute;
content: "\00D7";
font-size: 26px;
font-weight: normal;
line-height: 31px;
height: 30px;
width: 30px;
text-align: center;
top: 3px;
right: 3px;
color: #bbbbbb;
background: transparent;
}
/* line 63, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-close:hover:before, .vex.vex-theme-os .vex-close:active:before {
color: #777777;
background: #e0e0e0;
}
/* line 69, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-form .vex-dialog-message {
margin-bottom: 0.5em;
}
/* line 72, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-form .vex-dialog-input {
margin-bottom: 1em;
}
/* line 75, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: white;
width: 100%;
padding: 0.25em 0.67em;
border: 0;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
min-height: 2.5em;
margin: 0 0 0.25em;
}
/* line 87, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 1px #3288e6;
-moz-box-shadow: inset 0 0 0 1px #3288e6;
box-shadow: inset 0 0 0 1px #3288e6;
outline: none;
}
/* line 91, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons {
*zoom: 1;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons:after {
content: "";
display: table;
clear: both;
}
/* line 94, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-button {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 0;
float: right;
margin: 0 0 0 0.5em;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.8em;
line-height: 1em;
padding: 0.75em 2em;
}
/* line 106, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-button.vex-last {
margin-left: 0;
}
/* line 109, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-button:focus {
animation: vex-pulse 1.1s infinite;
-webkit-animation: vex-pulse 1.1s infinite;
-moz-animation: vex-pulse 1.1s infinite;
-ms-animation: vex-pulse 1.1s infinite;
-o-animation: vex-pulse 1.1s infinite;
-webkit-backface-visibility: hidden;
outline: none;
}
@media (max-width: 568px) {
/* line 109, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-button:focus {
animation: none;
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
-webkit-backface-visibility: hidden;
}
}
/* line 118, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary {
background: #3288e6;
color: white;
}
/* line 122, ../sass/vex-theme-os.sass */
.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary {
background: #e0e0e0;
color: #777777;
}
/* line 126, ../sass/vex-theme-os.sass */
.vex-loading-spinner.vex-theme-os {
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background: rgba(255, 255, 255, 0.2);
width: 0;
height: 0;
border: 1.2em solid #bbbbbb;
border-top-color: #f0f0f0;
border-bottom-color: #f0f0f0;
}

View File

@@ -0,0 +1,259 @@
@keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-webkit-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-moz-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-ms-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-o-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
/* line 11, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain {
padding-top: 160px;
padding-bottom: 160px;
}
/* line 15, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-content {
font-family: "Helvetica Neue", sans-serif;
background: white;
color: #444444;
padding: 1em;
position: relative;
margin: 0 auto;
max-width: 100%;
width: 450px;
font-size: 1.1em;
line-height: 1.5em;
}
/* line 27, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-content h1, .vex.vex-theme-plain .vex-content h2, .vex.vex-theme-plain .vex-content h3, .vex.vex-theme-plain .vex-content h4, .vex.vex-theme-plain .vex-content h5, .vex.vex-theme-plain .vex-content h6, .vex.vex-theme-plain .vex-content p, .vex.vex-theme-plain .vex-content ul, .vex.vex-theme-plain .vex-content li {
color: inherit;
}
/* line 30, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-close {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
/* line 36, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-close:before {
position: absolute;
content: "\00D7";
font-size: 26px;
font-weight: normal;
line-height: 31px;
height: 30px;
width: 30px;
text-align: center;
top: 3px;
right: 3px;
color: #bbbbbb;
background: transparent;
}
/* line 50, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-close:hover:before, .vex.vex-theme-plain .vex-close:active:before {
color: #777777;
background: #e0e0e0;
}
/* line 56, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
margin-bottom: 0.5em;
}
/* line 59, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
margin-bottom: 1em;
}
/* line 62, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"] {
background: #f0f0f0;
width: 100%;
padding: 0.25em 0.67em;
border: 0;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
min-height: 2.5em;
margin: 0 0 0.25em;
}
/* line 73, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
outline: none;
}
/* line 77, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
*zoom: 1;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
content: "";
display: table;
clear: both;
}
/* line 80, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 0;
float: right;
margin: 0 0 0 0.5em;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.8em;
line-height: 1em;
padding: 0.75em 2em;
}
/* line 92, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button.vex-last {
margin-left: 0;
}
/* line 95, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button:focus {
animation: vex-pulse 1.1s infinite;
-webkit-animation: vex-pulse 1.1s infinite;
-moz-animation: vex-pulse 1.1s infinite;
-ms-animation: vex-pulse 1.1s infinite;
-o-animation: vex-pulse 1.1s infinite;
-webkit-backface-visibility: hidden;
outline: none;
}
@media (max-width: 568px) {
/* line 95, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button:focus {
animation: none;
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
-webkit-backface-visibility: hidden;
}
}
/* line 104, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
background: #3288e6;
color: white;
}
/* line 108, ../sass/vex-theme-plain.sass */
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
background: #e0e0e0;
color: #777777;
}
/* line 112, ../sass/vex-theme-plain.sass */
.vex-loading-spinner.vex-theme-plain {
height: 2.5em;
width: 2.5em;
}

View File

@@ -0,0 +1,613 @@
@keyframes vex-dropin {
/* line 51, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 54, ../sass/_keyframes.sass */
1% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 0;
}
/* line 59, ../sass/_keyframes.sass */
2% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 1;
}
/* line 62, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes vex-dropin {
/* line 51, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 54, ../sass/_keyframes.sass */
1% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 0;
}
/* line 59, ../sass/_keyframes.sass */
2% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 1;
}
/* line 62, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes vex-dropin {
/* line 51, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 54, ../sass/_keyframes.sass */
1% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 0;
}
/* line 59, ../sass/_keyframes.sass */
2% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 1;
}
/* line 62, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@-ms-keyframes vex-dropin {
/* line 51, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 54, ../sass/_keyframes.sass */
1% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 0;
}
/* line 59, ../sass/_keyframes.sass */
2% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 1;
}
/* line 62, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@-o-keyframes vex-dropin {
/* line 51, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 0;
}
/* line 54, ../sass/_keyframes.sass */
1% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 0;
}
/* line 59, ../sass/_keyframes.sass */
2% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
opacity: 1;
}
/* line 62, ../sass/_keyframes.sass */
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
@keyframes vex-dropout {
/* line 68, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 70, ../sass/_keyframes.sass */
100% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
}
}
@-webkit-keyframes vex-dropout {
/* line 68, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 70, ../sass/_keyframes.sass */
100% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
}
}
@-moz-keyframes vex-dropout {
/* line 68, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 70, ../sass/_keyframes.sass */
100% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
}
}
@-ms-keyframes vex-dropout {
/* line 68, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 70, ../sass/_keyframes.sass */
100% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
}
}
@-o-keyframes vex-dropout {
/* line 68, ../sass/_keyframes.sass */
0% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
/* line 70, ../sass/_keyframes.sass */
100% {
transform: translateY(-800px);
-webkit-transform: translateY(-800px);
-moz-transform: translateY(-800px);
-ms-transform: translateY(-800px);
-o-transform: translateY(-800px);
}
}
@keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-webkit-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-moz-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-ms-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-o-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
/* line 15, ../sass/vex-theme-top.sass */
.vex.vex-theme-top.vex-closing .vex-content {
animation: vex-dropout 0.5s;
-webkit-animation: vex-dropout 0.5s;
-moz-animation: vex-dropout 0.5s;
-ms-animation: vex-dropout 0.5s;
-o-animation: vex-dropout 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 18, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-content {
animation: vex-dropin 0.5s;
-webkit-animation: vex-dropin 0.5s;
-moz-animation: vex-dropin 0.5s;
-ms-animation: vex-dropin 0.5s;
-o-animation: vex-dropin 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 21, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-content {
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
font-family: "Helvetica Neue", sans-serif;
background: #f0f0f0;
color: #444444;
padding: 1em;
position: relative;
margin: 0 auto;
max-width: 100%;
width: 450px;
font-size: 1.1em;
line-height: 1.5em;
}
/* line 34, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-content h1, .vex.vex-theme-top .vex-content h2, .vex.vex-theme-top .vex-content h3, .vex.vex-theme-top .vex-content h4, .vex.vex-theme-top .vex-content h5, .vex.vex-theme-top .vex-content h6, .vex.vex-theme-top .vex-content p, .vex.vex-theme-top .vex-content ul, .vex.vex-theme-top .vex-content li {
color: inherit;
}
/* line 37, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-close {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
/* line 44, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-close:before {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
position: absolute;
content: "\00D7";
font-size: 26px;
font-weight: normal;
line-height: 31px;
height: 30px;
width: 30px;
text-align: center;
top: 3px;
right: 3px;
color: #bbbbbb;
background: transparent;
}
/* line 59, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-close:hover:before, .vex.vex-theme-top .vex-close:active:before {
color: #777777;
background: #e0e0e0;
}
/* line 65, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-form .vex-dialog-message {
margin-bottom: 0.5em;
}
/* line 68, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-form .vex-dialog-input {
margin-bottom: 1em;
}
/* line 71, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="week"] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: white;
width: 100%;
padding: 0.25em 0.67em;
border: 0;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
min-height: 2.5em;
margin: 0 0 0.25em;
}
/* line 83, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
-moz-box-shadow: inset 0 0 0 2px #8dbdf1;
box-shadow: inset 0 0 0 2px #8dbdf1;
outline: none;
}
/* line 87, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-form .vex-dialog-buttons {
*zoom: 1;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-top .vex-dialog-form .vex-dialog-buttons:after {
content: "";
display: table;
clear: both;
}
/* line 90, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-button {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 0;
float: right;
margin: 0 0 0 0.5em;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.8em;
line-height: 1em;
padding: 0.75em 2em;
}
/* line 102, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-button.vex-last {
margin-left: 0;
}
/* line 105, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-button:focus {
animation: vex-pulse 1.1s infinite;
-webkit-animation: vex-pulse 1.1s infinite;
-moz-animation: vex-pulse 1.1s infinite;
-ms-animation: vex-pulse 1.1s infinite;
-o-animation: vex-pulse 1.1s infinite;
-webkit-backface-visibility: hidden;
outline: none;
}
@media (max-width: 568px) {
/* line 105, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-button:focus {
animation: none;
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
-webkit-backface-visibility: hidden;
}
}
/* line 114, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-button.vex-dialog-button-primary {
background: #3288e6;
color: white;
}
/* line 118, ../sass/vex-theme-top.sass */
.vex.vex-theme-top .vex-dialog-button.vex-dialog-button-secondary {
background: #e0e0e0;
color: #777777;
}
/* line 122, ../sass/vex-theme-top.sass */
.vex-loading-spinner.vex-theme-top {
-webkit-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background: #f0f0f0;
border: 0.2em solid transparent;
border-top-color: #bbbbbb;
top: -1.1em;
bottom: auto;
}

View File

@@ -0,0 +1,262 @@
@keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-webkit-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-moz-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-ms-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@-o-keyframes vex-pulse {
/* line 136, ../sass/_keyframes.sass */
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
/* line 138, ../sass/_keyframes.sass */
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
/* line 140, ../sass/_keyframes.sass */
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
-moz-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
/* line 9, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe {
padding-top: 160px;
padding-bottom: 160px;
}
/* line 13, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-overlay {
background: rgba(255, 255, 255, 0.4);
}
/* line 16, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-content {
font-family: "Helvetica Neue", sans-serif;
background: white;
color: black;
border: 2px solid black;
padding: 2em;
position: relative;
margin: 0 auto;
max-width: 100%;
width: 400px;
font-size: 1.1em;
line-height: 1.5em;
}
/* line 29, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-content h1, .vex.vex-theme-wireframe .vex-content h2, .vex.vex-theme-wireframe .vex-content h3, .vex.vex-theme-wireframe .vex-content h4, .vex.vex-theme-wireframe .vex-content h5, .vex.vex-theme-wireframe .vex-content h6, .vex.vex-theme-wireframe .vex-content p, .vex.vex-theme-wireframe .vex-content ul, .vex.vex-theme-wireframe .vex-content li {
color: inherit;
}
/* line 32, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-close {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
/* line 38, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-close:before {
position: absolute;
content: "\00D7";
font-size: 40px;
font-weight: normal;
line-height: 80px;
height: 80px;
width: 80px;
text-align: center;
top: 3px;
right: 3px;
color: black;
}
/* line 51, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-close:hover:before, .vex.vex-theme-wireframe .vex-close:active:before {
color: black;
}
/* line 56, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-message {
margin-bottom: 0.5em;
}
/* line 59, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input {
margin-bottom: 1em;
}
/* line 62, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"] {
background: white;
width: 100%;
padding: 0.25em 0.67em;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
min-height: 2.5em;
margin: 0 0 0.25em;
border: 2px solid black;
}
/* line 73, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
border-style: dashed;
outline: none;
}
/* line 77, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons {
*zoom: 1;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons:after {
content: "";
display: table;
clear: both;
}
/* line 80, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: 0;
float: right;
margin: 0 0 0 0.5em;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.8em;
line-height: 1em;
padding: 0.75em 2em;
}
/* line 92, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-button.vex-last {
margin-left: 0;
}
/* line 95, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-button:focus {
animation: vex-pulse 1.1s infinite;
-webkit-animation: vex-pulse 1.1s infinite;
-moz-animation: vex-pulse 1.1s infinite;
-ms-animation: vex-pulse 1.1s infinite;
-o-animation: vex-pulse 1.1s infinite;
-webkit-backface-visibility: hidden;
outline: none;
}
@media (max-width: 568px) {
/* line 95, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-button:focus {
animation: none;
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
-webkit-backface-visibility: hidden;
}
}
/* line 104, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-primary {
background: black;
color: white;
border: 2px solid transparent;
}
/* line 109, ../sass/vex-theme-wireframe.sass */
.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-secondary {
background: white;
color: black;
border: 2px solid black;
}
/* line 114, ../sass/vex-theme-wireframe.sass */
.vex-loading-spinner.vex-theme-wireframe {
height: 2.5em;
width: 2.5em;
}

View File

@@ -0,0 +1,335 @@
@keyframes vex-fadein {
/* line 9, ../sass/_keyframes.sass */
0% {
opacity: 0;
}
/* line 11, ../sass/_keyframes.sass */
100% {
opacity: 1;
}
}
@-webkit-keyframes vex-fadein {
/* line 9, ../sass/_keyframes.sass */
0% {
opacity: 0;
}
/* line 11, ../sass/_keyframes.sass */
100% {
opacity: 1;
}
}
@-moz-keyframes vex-fadein {
/* line 9, ../sass/_keyframes.sass */
0% {
opacity: 0;
}
/* line 11, ../sass/_keyframes.sass */
100% {
opacity: 1;
}
}
@-ms-keyframes vex-fadein {
/* line 9, ../sass/_keyframes.sass */
0% {
opacity: 0;
}
/* line 11, ../sass/_keyframes.sass */
100% {
opacity: 1;
}
}
@-o-keyframes vex-fadein {
/* line 9, ../sass/_keyframes.sass */
0% {
opacity: 0;
}
/* line 11, ../sass/_keyframes.sass */
100% {
opacity: 1;
}
}
@keyframes vex-fadeout {
/* line 16, ../sass/_keyframes.sass */
0% {
opacity: 1;
}
/* line 18, ../sass/_keyframes.sass */
100% {
opacity: 0;
}
}
@-webkit-keyframes vex-fadeout {
/* line 16, ../sass/_keyframes.sass */
0% {
opacity: 1;
}
/* line 18, ../sass/_keyframes.sass */
100% {
opacity: 0;
}
}
@-moz-keyframes vex-fadeout {
/* line 16, ../sass/_keyframes.sass */
0% {
opacity: 1;
}
/* line 18, ../sass/_keyframes.sass */
100% {
opacity: 0;
}
}
@-ms-keyframes vex-fadeout {
/* line 16, ../sass/_keyframes.sass */
0% {
opacity: 1;
}
/* line 18, ../sass/_keyframes.sass */
100% {
opacity: 0;
}
}
@-o-keyframes vex-fadeout {
/* line 16, ../sass/_keyframes.sass */
0% {
opacity: 1;
}
/* line 18, ../sass/_keyframes.sass */
100% {
opacity: 0;
}
}
@keyframes vex-rotation {
/* line 127, ../sass/_keyframes.sass */
0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
/* line 129, ../sass/_keyframes.sass */
100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
}
@-webkit-keyframes vex-rotation {
/* line 127, ../sass/_keyframes.sass */
0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
/* line 129, ../sass/_keyframes.sass */
100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
}
@-moz-keyframes vex-rotation {
/* line 127, ../sass/_keyframes.sass */
0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
/* line 129, ../sass/_keyframes.sass */
100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
}
@-ms-keyframes vex-rotation {
/* line 127, ../sass/_keyframes.sass */
0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
/* line 129, ../sass/_keyframes.sass */
100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
}
@-o-keyframes vex-rotation {
/* line 127, ../sass/_keyframes.sass */
0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
/* line 129, ../sass/_keyframes.sass */
100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
}
/* line 11, ../sass/vex.sass */
.vex, .vex *, .vex *:before, .vex *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 14, ../sass/vex.sass */
.vex {
position: fixed;
overflow: auto;
-webkit-overflow-scrolling: touch;
z-index: 1111;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* line 25, ../sass/vex.sass */
.vex-overlay {
background: black;
filter: alpha(opacity=40);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
/* line 30, ../sass/vex.sass */
.vex-overlay {
animation: vex-fadein 0.5s;
-webkit-animation: vex-fadein 0.5s;
-moz-animation: vex-fadein 0.5s;
-ms-animation: vex-fadein 0.5s;
-o-animation: vex-fadein 0.5s;
-webkit-backface-visibility: hidden;
position: fixed;
background: rgba(0, 0, 0, 0.4);
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* line 39, ../sass/vex.sass */
.vex.vex-closing .vex-overlay {
animation: vex-fadeout 0.5s;
-webkit-animation: vex-fadeout 0.5s;
-moz-animation: vex-fadeout 0.5s;
-ms-animation: vex-fadeout 0.5s;
-o-animation: vex-fadeout 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 42, ../sass/vex.sass */
.vex-content {
animation: vex-fadein 0.5s;
-webkit-animation: vex-fadein 0.5s;
-moz-animation: vex-fadein 0.5s;
-ms-animation: vex-fadein 0.5s;
-o-animation: vex-fadein 0.5s;
-webkit-backface-visibility: hidden;
background: white;
}
/* line 46, ../sass/vex.sass */
.vex.vex-closing .vex-content {
animation: vex-fadeout 0.5s;
-webkit-animation: vex-fadeout 0.5s;
-moz-animation: vex-fadeout 0.5s;
-ms-animation: vex-fadeout 0.5s;
-o-animation: vex-fadeout 0.5s;
-webkit-backface-visibility: hidden;
}
/* line 49, ../sass/vex.sass */
.vex-close:before {
font-family: Arial, sans-serif;
content: "\00D7";
}
/* line 53, ../sass/vex.sass */
.vex-dialog-form {
margin: 0;
}
/* line 56, ../sass/vex.sass */
.vex-dialog-button {
-webkit-appearance: none;
cursor: pointer;
}
/* line 60, ../sass/vex.sass */
.vex-loading-spinner {
animation: vex-rotation 0.7s linear infinite;
-webkit-animation: vex-rotation 0.7s linear infinite;
-moz-animation: vex-rotation 0.7s linear infinite;
-ms-animation: vex-rotation 0.7s linear infinite;
-o-animation: vex-rotation 0.7s linear infinite;
-webkit-backface-visibility: hidden;
-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
position: fixed;
z-index: 1112;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 2em;
width: 2em;
background: white;
}
/* line 76, ../sass/vex.sass */
body.vex-open {
overflow: hidden;
}