Skip to content
Permalink
d1777d8692
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 34 lines (30 sloc) 757 Bytes
// Global CSS goes here
.master-wrapper {
&::after {
content:"mobile";
display:block;
visibility:hidden;
pointer-events:none;
position:absolute;
top:0;
left:0;
}
@include define-breakpoint("tablet", $tabletWidth);
@include define-breakpoint("tabletLarge", $tabletLargeWidth);
@include define-breakpoint("desktop", $desktopWidth);
}
@import 'elements/header';
@import 'elements/nav';
@import 'elements/subpageLayout';
@import 'elements/footer';
@import 'pages/404';
@import 'pages/search';
@import 'pages/landing';
@import 'pages/degrees';
@import 'pages/concentrations';
@import 'pages/our-work';
@import 'pages/for-students';
@import 'pages/campuses';
@import 'pages/about-us';
@import 'pages/talk-to-us';
@import 'pages/apply-now';