X-Git-Url: http://git.roojs.org/?p=bootswatch;a=blobdiff_plain;f=MDB%20Free%2Fsass%2Fmdb%2Ffree%2F_cards-basic.scss;fp=MDB%20Free%2Fsass%2Fmdb%2Ffree%2F_cards-basic.scss;h=dfd7d30ada188414baaafd0771c957fd3a578068;hp=0000000000000000000000000000000000000000;hb=da9e508d244df3faae601e727564d138f54f1053;hpb=c87ea8b27229e395d7c2eb5fd08ccdf1c23934db diff --git a/MDB Free/sass/mdb/free/_cards-basic.scss b/MDB Free/sass/mdb/free/_cards-basic.scss new file mode 100644 index 0000000..dfd7d30 --- /dev/null +++ b/MDB Free/sass/mdb/free/_cards-basic.scss @@ -0,0 +1,90 @@ +// CARDS BASIC +.card { + border: 0; + .card-title a { + color: #424242; + @include transition (0.4s); + &:hover { + color: #616161; + @include transition (0.4s); + } + } + img { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + @extend .img-fluid; + } + .card-block { + position:relative; + } + .card-footer { + padding-bottom: 0; + font-size:1.2rem; + &:after { + display:block; + content: ""; + clear:both; + } + .card-link { + color: inherit; + } + } +} + +// Jumbtotron +.jumbotron { + background-color: #fff; + padding: 2rem; + &.m-1, + &.m-2, + &.m-3 { + z-index: 50; + position: relative; + margin-left: 3%; + margin-right: 3%; + } + &.m-1 { + margin-top: -20px; + } + &.m-2 { + margin-top: -30px; + } + &.m-3 { + margin-top: -40px; + } +} + +// .list-group fix +.list-group-item { + width:100%; +} + +// edge header +.edge-header { + display:block; + height:278px; + background-color:#ccc; +} + +.free-bird { + margin-top:-100px; +} + +// Form sets + +.card .form-header { + color: #fff; + text-align: center; + margin-top: -50px; + margin-bottom: 3rem; + padding: 1rem; + @extend .z-depth-1-half; + @include border-radius(2px); + h3 { + margin: 0; + padding: 0.7rem; + } +} +.call .fa { + margin-right: 5px; +} \ No newline at end of file