Initial commit
This commit is contained in:
30
colormag/SCSS/footer/_footer.scss
Normal file
30
colormag/SCSS/footer/_footer.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
/*--------------------------------------------------------------
|
||||
Classic Layout
|
||||
--------------------------------------------------------------*/
|
||||
.colormag-footer--classic {
|
||||
.footer-widgets-area {
|
||||
.widget-title {
|
||||
border-bottom: 0 none;
|
||||
|
||||
span {
|
||||
background-color: transparent !important;
|
||||
padding: 0 0 6px;
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
display: block;
|
||||
bottom: -1px;
|
||||
content: ' ';
|
||||
left: 0;
|
||||
width: 25px;
|
||||
height: 2px;
|
||||
background-color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer-socket-wrapper {
|
||||
background-color: $footer-socket;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user