Broker System for Supercredit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- div.workspace {
- height: calc(100vh - 48px);
- }
-
- .fullheight-tab{
- height:100%;
- }
-
- .main-content{
- min-height:100%;
- margin:0;
- box-shadow: 1px 1px 10px black;
- }
-
- .dark-panel {
- width:100%;
- height:100%;
- background-color: darkgrey;
- padding: 10px 10px 10px 10px;
- scroll-behavior: auto;
- overflow: hidden;
- }
|