1234567891011121314151617181920212223242526272829303132333435363738 |
- .bottom {
- background: $dark;
-
- .bottom-logo {
-
- p {
- color : $body-color;
- line-height: 30px;
- font-weight: 400;
- }
- }
-
- .bottom-widget {
- @include respond("tab-port") {
- margin-bottom: 30px;
- }
-
- .widget-title {
- font-size : 18px;
- font-weight : 600;
- color : #fff;
- margin-bottom: 20px;
- }
-
- ul {
- li {
- a {
- color : $body-color;
- font-weight : 400;
- margin-bottom: 10px;
- display : inline-block;
- }
- }
- }
- }
-
-
- }
|