Save
This commit is contained in:
30
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal file
30
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
header {
|
||||
position: fixed;
|
||||
inset: 0 0 auto;
|
||||
z-index: 100;
|
||||
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
border-bottom: 1px solid rgb(228, 222, 228);
|
||||
|
||||
background-color: rgb(253, 252, 250, 0.75) !important;
|
||||
backdrop-filter: blur(24px);
|
||||
}
|
||||
|
||||
p {
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-1 {
|
||||
width: fit-content;
|
||||
|
||||
.elementor-button-icon {
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.elementor-button-icon {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user