jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
30 lines (27 loc) • 523 B
CSS
html, body {
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
}
.green-arrow-up {
position: relative;
top: -10px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #028b2b;
}
.red-arrow-down {
position: relative;
top: 10px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #e91b1b;
}
.conditionalFormatting {
background: white ;
}