jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
30 lines (27 loc) • 552 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 ;
}