Save
This commit is contained in:
42
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal file
42
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal file
@@ -0,0 +1,42 @@
|
||||
.header-btn {
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: -13px;
|
||||
width: 14px;
|
||||
clip-path: polygon(75% 0%, 100% 0%, 100% 100%, 0% 100%);
|
||||
background-color: #090303;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: -13px;
|
||||
width: 14px;
|
||||
clip-path: polygon(0% 0%, 100% 0%, 25% 100%, 0% 100%);
|
||||
background-color: #090303;
|
||||
}
|
||||
|
||||
.elementor-button {
|
||||
padding: 12px 17px 10px 24px;
|
||||
|
||||
.elementor-button-content-wrapper {
|
||||
line-height: 1;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
.elementor-button-icon {
|
||||
svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user