devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
170 lines (169 loc) • 2.23 kB
CSS
/*!
* DevExtreme
* Version: 18.1.3
* Build date: May 15, 2018
*
* Copyright (c) 2012 - 2018 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
font-size: 100%;
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
}
html,
body {
width: 100%;
height: 100%;
}
body {
background: #fff;
}
.dx-viewport {
width: 100%;
height: 100%;
}
blockquote,
q {
quotes: none;
}
a {
color: #818181;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
.dx-full-height {
height: 100%;
}
.dx-transition {
position: relative;
}
.dx-transition-absolute .dx-transition-inner-wrapper {
position: absolute;
height: 100%;
width: 100%;
}
.dx-hidden {
display: none ;
}
.dx-fast-hidden,
.dx-inactive-view {
position: absolute ;
top: -99999px ;
left: -99999px ;
}
.dx-skip-animation,
.dx-fast-hidden,
.dx-inactive-view {
-moz-transition-property: none ;
-o-transition-property: none ;
-webkit-transition-property: none ;
transition-property: none ;
-moz-transition-delay: 0 ;
-o-transition-delay: 0 ;
-webkit-transition-delay: 0 ;
transition-delay: 0 ;
-moz-transition-duration: 0 ;
-o-transition-duration: 0 ;
-webkit-transition-duration: 0 ;
transition-duration: 0 ;
}
.dx-transition-absolute .dx-active-view {
left: 0;
height: 100%;
position: absolute;
}
.dx-layout.dx-animating.dx-leave,
.dx-layout.dx-animating.dx-enter {
position: absolute;
top: 0;
left: 0;
}