2016-04-06 15:53:06 +00:00
|
|
|
@import 'bootstrap';
|
|
|
|
/*@import 'signin';*/
|
|
|
|
/*@import 'profile';*/
|
|
|
|
@import 'side-bar';
|
|
|
|
|
|
|
|
$input-border-focus: #ff0000 !default;
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding-top:5em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-top {
|
|
|
|
padding: 3rem 1.5rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.colour-bg {
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
/*background: linear-gradient(-226deg, rgba(142, 130, 236, 0.8) 0%, rgba(8, 81, 152, 0.92) 100%);*/
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
padding: 200px 40px;
|
|
|
|
height: 500px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.blue-tint {
|
|
|
|
background: linear-gradient(-226deg, rgba(142, 130, 236, 0.8) 0%, rgba(8, 81, 152, 0.92) 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-icon-nav {
|
|
|
|
margin-right:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.dropdown-menu{
|
|
|
|
padding:5px 0;
|
|
|
|
margin:2px 0 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.fakeDevice{
|
|
|
|
width: 375px;
|
|
|
|
height: 667px;
|
|
|
|
border:1px solid grey;
|
2016-04-07 15:45:00 +00:00
|
|
|
-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.43);
|
|
|
|
-moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.43);
|
|
|
|
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.43);
|
2016-04-06 15:53:06 +00:00
|
|
|
border-radius: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image300 {
|
|
|
|
max-width: 300px;
|
|
|
|
max-height: 300px;
|
|
|
|
}
|
2016-04-12 15:45:01 +00:00
|
|
|
|
|
|
|
.linkpid {
|
|
|
|
border: 1px solid #868686;
|
|
|
|
padding: 6px;
|
|
|
|
background-color: lightyellow;
|
|
|
|
}
|
2016-04-22 15:45:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
.rowSpacer {
|
|
|
|
margin-bottom:4px;
|
|
|
|
}
|