Cleaning Css creator view
This commit is contained in:
@@ -508,6 +508,10 @@ let navigationItems = [
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.invert-color {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
|
|
||||||
.Hutopy-menu-sticky-mobile {
|
.Hutopy-menu-sticky-mobile {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -559,17 +563,6 @@ let navigationItems = [
|
|||||||
font-size: 1.3rem
|
font-size: 1.3rem
|
||||||
}
|
}
|
||||||
|
|
||||||
.occupation-info-mobile {
|
|
||||||
margin-left: 38%;
|
|
||||||
font-size: large;
|
|
||||||
margin-top: 2%;
|
|
||||||
margin-bottom: -2%
|
|
||||||
}
|
|
||||||
|
|
||||||
.invert-color {
|
|
||||||
filter: invert(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-background {
|
.main-background {
|
||||||
background-color: #f4f4f4;
|
background-color: #f4f4f4;
|
||||||
}
|
}
|
||||||
@@ -583,30 +576,6 @@ let navigationItems = [
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logout-button {
|
|
||||||
max-width: 300px;
|
|
||||||
bottom: 10px;
|
|
||||||
width: 100%;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.video-container {
|
|
||||||
position: relative;
|
|
||||||
padding-bottom: 56.25%;
|
|
||||||
height: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
.video-container iframe {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.background-profile-container {
|
.background-profile-container {
|
||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
color: white;
|
color: white;
|
||||||
@@ -618,29 +587,12 @@ let navigationItems = [
|
|||||||
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3)
|
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3)
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-blue {
|
|
||||||
background-color: #aedcde;
|
|
||||||
color: white;
|
|
||||||
border-right: 3px solid #a30e79;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
.background-pink {
|
.background-pink {
|
||||||
background-color: #cc6f91;
|
background-color: #cc6f91;
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-radius {
|
|
||||||
border-radius: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.label-text-name {
|
|
||||||
font-weight: 600;
|
|
||||||
margin-left: 3%;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.label-text {
|
.label-text {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin-left: 3%;
|
margin-left: 3%;
|
||||||
|
|||||||
Reference in New Issue
Block a user