UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

37 lines (25 loc) 580 B
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */ .row.content {height: 550px} .navbar { background-color: #d3d3d3; height: 100%; } /* Set gray background color and 100% height */ .sidenav { background-color: #f1f1f1; height: 100%; width : 200px; } /* On small screens, set height to 'auto' for the grid */ @media screen and (max-width: 500px) { .row.content {height: auto;} } .form-group { } #hiddenButton { animation: cssAnimation 0s 5s forwards; visibility: hidden; } @keyframes cssAnimation { to { visibility: visible; } }