2022-03-08 15:55:41 +01:00
|
|
|
@import mixins
|
|
|
|
@import keyframes
|
|
|
|
|
|
|
|
+keyframes-vex-pulse
|
|
|
|
|
|
|
|
$blue: #3288e6
|
|
|
|
|
|
|
|
.vex.vex-theme-plain
|
|
|
|
padding-top: 160px
|
|
|
|
padding-bottom: 160px
|
|
|
|
|
|
|
|
.vex-content
|
2024-04-04 14:37:20 +02:00
|
|
|
font-family: "Helvetica Neue", sans-serif
|
2022-03-08 15:55:41 +01:00
|
|
|
background: #fff
|
|
|
|
color: #444
|
|
|
|
padding: 1em
|
|
|
|
position: relative
|
|
|
|
margin: 0 auto
|
|
|
|
max-width: 100%
|
|
|
|
width: 450px
|
|
|
|
font-size: 1.1em
|
|
|
|
line-height: 1.5em
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6, p, ul, li
|
|
|
|
color: inherit
|
|
|
|
|
|
|
|
.vex-close
|
|
|
|
position: absolute
|
|
|
|
top: 0
|
|
|
|
right: 0
|
|
|
|
cursor: pointer
|
|
|
|
|
|
|
|
&: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: #bbb
|
|
|
|
background: transparent
|
|
|
|
|
|
|
|
&:hover:before, &:active:before
|
|
|
|
color: #777
|
|
|
|
background: #e0e0e0
|
|
|
|
|
|
|
|
.vex-dialog-form
|
|
|
|
|
|
|
|
.vex-dialog-message
|
|
|
|
margin-bottom: .5em
|
|
|
|
|
|
|
|
.vex-dialog-input
|
|
|
|
margin-bottom: 1em
|
|
|
|
|
2024-04-04 14:37:20 +02:00
|
|
|
select, textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]
|
2022-03-08 15:55:41 +01:00
|
|
|
background: #f0f0f0
|
|
|
|
width: 100%
|
|
|
|
padding: .25em .67em
|
|
|
|
border: 0
|
|
|
|
font-family: inherit
|
|
|
|
font-weight: inherit
|
|
|
|
font-size: inherit
|
|
|
|
min-height: 2.5em
|
|
|
|
margin: 0 0 .25em
|
|
|
|
|
|
|
|
&:focus
|
2024-04-04 14:37:20 +02:00
|
|
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2)
|
2022-03-08 15:55:41 +01:00
|
|
|
outline: none
|
|
|
|
|
|
|
|
.vex-dialog-buttons
|
|
|
|
+pie-clearfix()
|
|
|
|
|
|
|
|
.vex-dialog-button
|
2024-04-04 14:37:20 +02:00
|
|
|
border-radius: 0
|
2022-03-08 15:55:41 +01:00
|
|
|
border: 0
|
|
|
|
float: right
|
|
|
|
margin: 0 0 0 .5em
|
|
|
|
font-family: inherit
|
2024-04-04 14:37:20 +02:00
|
|
|
text-transform: uppercase
|
2022-03-08 15:55:41 +01:00
|
|
|
letter-spacing: .1em
|
|
|
|
font-size: .8em
|
|
|
|
line-height: 1em
|
|
|
|
padding: .75em 2em
|
|
|
|
|
|
|
|
&.vex-last
|
|
|
|
margin-left: 0
|
|
|
|
|
|
|
|
&:focus
|
2024-04-04 14:37:20 +02:00
|
|
|
animation: vex-pulse 1.1s infinite
|
2022-03-08 15:55:41 +01:00
|
|
|
outline: none
|
|
|
|
|
|
|
|
// vex-pulse uses -webkit-filter which
|
|
|
|
// doesn't play so nice in mobile webkit
|
|
|
|
@media (max-width: 568px)
|
2024-04-04 14:37:20 +02:00
|
|
|
animation: none
|
2022-03-08 15:55:41 +01:00
|
|
|
|
|
|
|
&.vex-dialog-button-primary
|
2024-04-04 14:37:20 +02:00
|
|
|
background: $blue
|
2022-03-08 15:55:41 +01:00
|
|
|
color: #fff
|
|
|
|
|
|
|
|
&.vex-dialog-button-secondary
|
|
|
|
background: #e0e0e0
|
|
|
|
color: #777
|
|
|
|
|
|
|
|
.vex-loading-spinner.vex-theme-plain
|
|
|
|
height: 2.5em
|
|
|
|
width: 2.5em
|