mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-obrand.git
synced 2025-02-06 19:09:16 +00:00
60 lines
1002 B
SCSS
60 lines
1002 B
SCSS
@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;
|
|
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.43);
|
|
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.43);
|
|
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.43);
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.image300 {
|
|
max-width: 300px;
|
|
max-height: 300px;
|
|
}
|