Nenhuma descrição

_example-pages.scss 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. // style for the landing page
  2. .index-page{
  3. .page-header{
  4. height: 125vh;
  5. .container{
  6. > .content-center{
  7. top: 37%;
  8. }
  9. }
  10. .category-absolute{
  11. position: absolute;
  12. top: 100vh;
  13. margin-top: -60px;
  14. padding: 0 15px;
  15. width: 100%;
  16. color: rgba(255,255,255,.5);
  17. }
  18. }
  19. }
  20. .landing-page{
  21. .header{
  22. height: 100vh;
  23. position: relative;
  24. .container{
  25. padding-top: 26vh;
  26. color: #FFFFFF;
  27. z-index: 2;
  28. position: relative;
  29. }
  30. .share{
  31. margin-top: 150px;
  32. }
  33. h1{
  34. font-weight: 600;
  35. }
  36. .title{
  37. color: $white-color;
  38. }
  39. }
  40. .section-team{
  41. .team .team-player img{
  42. max-width: 100px;
  43. }
  44. .team-player{
  45. margin-bottom: 15px;
  46. }
  47. }
  48. .section-contact-us{
  49. .title{
  50. margin-bottom: 15px;
  51. }
  52. .description{
  53. margin-bottom: 30px;
  54. }
  55. .input-group,
  56. .send-button,
  57. .textarea-container{
  58. padding: 0 40px;
  59. }
  60. .textarea-container{
  61. margin: 40px 0;
  62. }
  63. a.btn{
  64. margin-top: 35px;
  65. }
  66. }
  67. }
  68. // style for the profile page
  69. .profile-page{
  70. .page-header{
  71. min-height: 550px;
  72. }
  73. .profile-container{
  74. color: #FFFFFF;
  75. }
  76. .photo-container{
  77. width: px;
  78. height: px;
  79. border-radius: 50%;
  80. overflow: hidden;
  81. margin: 0 auto;
  82. box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
  83. }
  84. .title{
  85. text-align: center;
  86. margin-top: 30px;
  87. }
  88. .description,
  89. .category{
  90. text-align: center;
  91. }
  92. h5.description{
  93. max-width: 700px;
  94. margin: 20px auto 75px;
  95. }
  96. .nav-align-center{
  97. margin-top: 30px;
  98. }
  99. .content{
  100. max-width: 450px;
  101. margin: 0 auto;
  102. .social-description{
  103. display: inline-block;
  104. max-width: 150px;
  105. width: 145px;
  106. text-align: center;
  107. margin: 15px 0 0px;
  108. h2{
  109. margin-bottom: 15px;
  110. }
  111. }
  112. }
  113. .button-container{
  114. text-align: center;
  115. margin-top: -106px;
  116. }
  117. .collections{
  118. img{
  119. margin-bottom: 30px;
  120. }
  121. }
  122. .gallery{
  123. margin-top: 45px;
  124. padding-bottom: 50px;
  125. }
  126. }
  127. .section-full-page{
  128. &:after,
  129. &:before{
  130. display: block;
  131. content: "";
  132. position: absolute;
  133. width: 100%;
  134. height: 100%;
  135. top: 0;
  136. left: 0;
  137. z-index: 2;
  138. }
  139. &:before{
  140. background-color: rgba(0,0,0,.5);
  141. }
  142. &[filter-color="purple"],
  143. &[filter-color="primary"]{
  144. &:after{
  145. @include linear-gradient(rgba($light-gray,.26), rgba($primary-color,.95));
  146. }
  147. }
  148. &[data-image]:after{
  149. opacity: .5;
  150. }
  151. > .content,
  152. > .footer{
  153. position: relative;
  154. z-index: 4;
  155. }
  156. > .content{
  157. min-height: calc(100vh - 80px);
  158. }
  159. .full-page-background{
  160. position: absolute;
  161. z-index: 1;
  162. height: 100%;
  163. width: 100%;
  164. display: block;
  165. top: 0;
  166. left: 0;
  167. background-size: cover;
  168. background-position: center center;
  169. }
  170. .footer nav > ul a:not(.btn),
  171. .footer,
  172. .footer .copyright a{
  173. color: $white-color;
  174. }
  175. }
  176. .login-page{
  177. .card-login{
  178. border-radius: $border-radius-large;
  179. padding-bottom: $padding-base-horizontal;
  180. max-width: 320px;
  181. .btn-wd{
  182. min-width: 180px;
  183. }
  184. .logo-container{
  185. width: 65px;
  186. margin: 0 auto;
  187. margin-bottom: 55px;
  188. img{
  189. width: 100%;
  190. }
  191. }
  192. .input-group:last-child{
  193. margin-bottom: 40px;
  194. }
  195. &.card-plain{
  196. @include input-coloured-bg($opacity-5, $white-color, $white-color, $transparent-bg, $opacity-1, $opacity-2);
  197. .input-group-text,
  198. .form-group.no-border .input-group-text,
  199. .input-group.no-border .input-group-text{
  200. color: $opacity-8;
  201. }
  202. }
  203. }
  204. .link{
  205. font-size: 10px;
  206. color: $white-color;
  207. text-decoration: none;
  208. }
  209. }