/mizuxe2017/scss/_base.scss
https://bitbucket.org/Trulsh/personal-bootstrap-projects · Sass · 55 lines · 45 code · 9 blank · 1 comment · 0 complexity · 164e92fc9b13093baa9e05b06d213994 MD5 · raw file
- //main: style.scss
- body{
- margin-top: 105px;
- }
- .navbar{
- box-shadow: 2px 2px 5px $primary;
- opacity: 0.9;
- background: #fff;
- .nav-item{
- font-size: 1.4re;
- padding-right: 20px;
- }
- }
- #showcase{
- position: relative;
- background: url("../images/mountains.jpg") no-repeat;
- min-height: 600px;
- .primary-overlay{
- background: $primary-overlay;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- }
- .info-header{
- width: 50%;
- margin: auto;
- border-bottom: 1px #ddd solid;
- }
- #authors{
- img{
- margin-top: -50px;
- }
- .fa{
- font-size: 25px;
- }
- .card:hover{
- background: $primary;
- color: #fff;
- .fa{
- color: #fff;
- }
- }
- }