Added structure and some stylings to CreateServer component

This commit is contained in:
Alejandro Celaya
2018-07-15 11:06:53 +02:00
parent 010e3ce0f3
commit 6494f04d25
4 changed files with 61 additions and 5 deletions

View File

@@ -1,4 +1,14 @@
// Breakpoints
$xsMax: 575px;
$smMin: 576px;
$smMax: 577px;
$mdMin: 768px;
$mdMax: 991px;
$lgMin: 992px;
$lgMax: 1199px;
$xlgMin: 1200px;
// Colors
$mainColor: #4696e5;