@import "../../variables";

.quick-start-page{

    h1 {
    	margin-top: 2em;
    	margin-bottom: 1em;
        font-size: 300%;
        color: $h2;
    }

    h2 {
    	margin-top: 3em;
    	margin-bottom: 1em;
        color: $hx;
    }

	.nav-link.active {
		background-color: transparent !important;
		border-color: #ddd #ddd transparent !important;
	}

	.nav-tabs {
	    border-bottom: none !important;
	}

	.tab-content {
		border: 1px solid #ddd;
	    padding: 1em;
	}

	.col-auto {
		ul {
			padding: 0;
		    list-style-type: none;
		}
	}
}