Skip to content
Snippets Groups Projects
Select Git revision
3 results Searching

README.md

Blame
  • graph3D.component.scss 571 B
    .controls {
    	margin-top: -40px;
    	height: 35px;
    	padding: 4px;
    	align-self: flex-end;
    
    	.button {
    		float:right; 
    		margin-right: 165px; 
    		margin-top: -55px
    	}
    	
    	.ddown {
    		vertical-align: bottom;
    
    		button {
    			padding: 2.5px 8px 2.5px 3px;
    		}
    	}
    
    	.axes-size {
    		width: 165px;
    
    		.axe {
    			display: flex;
    
    			&:not(:last-child) {
    				margin-bottom: 6px;
    			}
    
    			.less-than {
    				padding: 0 2.5px 0 5px;
    				font-size: 17px; 
    				letter-spacing: 4px;
    			}
    		}
    	}
    }
    
    .dropdown-item:disabled{
    	background-color: #f7f7f7;
    	color: #9e9e9e;
    }
    
    .d-block{
    	display: block;
    }