Update main.scss

Updated the SCSS file so that the user interface is mobile friendly so that buttons are accessible. More work needs to be done on this.
pull/170/head
gkconsulting 2017-05-06 16:08:18 +02:00 zatwierdzone przez GitHub
rodzic bf134f782c
commit ed8b89ecea
1 zmienionych plików z 44 dodań i 0 usunięć

Wyświetl plik

@ -183,3 +183,47 @@ button i.glyphicon{
margin-right: 4px;
}
}
/* This is to make the Header and navigation more mobile friendly */
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.navbar-header {
height: 50px;
}
.navbar-right {
clear: none !important;
height: 50px;
}
.dropdown {
float: right;
}
.navbar-brand {
position: absolute;
top: 0px;
}
.navbar-text {
position: absolute;
top: 0px;
left: 50px;
}
.navbar-link {
position: absolute;
top: 0px;
}
.content {
padding-top: 100px;
}