Page MenuHomeWickedGov Phorge

jquery.confirmable.less
No OneTemporary

Size
737 B
Referenced Files
None
Subscribers
None

jquery.confirmable.less

/* stylelint-disable selector-class-pattern */
.jquery-confirmable {
&-button {
/* Automatically flipped */
margin-left: 1ex;
}
&-wrapper {
/* Line breaks within the interface text are unpleasant */
white-space: nowrap;
/* Hiding the original text when it slides to the left */
overflow: hidden;
}
&-wrapper,
&-element,
&-interface {
/* We need inline-flex to be able to size the elements and calculate their dimensions */
display: inline-flex;
/* inline-flex elements in this context align to baseline by default */
vertical-align: bottom;
}
&-element {
transition: margin 250ms cubic-bezier( 0.2, 0.8, 0.2, 0.8 );
}
&-interface {
transition: width 250ms cubic-bezier( 0.2, 0.8, 0.2, 0.8 );
}
}

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 02:43 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c3/aa/c4edd332b26b2ec7827962037c3e
Default Alt Text
jquery.confirmable.less (737 B)

Event Timeline