x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<style>
button{
color: white!important;
}
.buttons-wrapper{
width: fit-content!important;
flex-direction: row!important;
margin-left: 50px!important;
}
.buttons-wrapper a{
margin: 0 20px 0 0!important;
width: fit-content!important;
}
.custom-column-container .buttons-wrapper #message-button-link > button, .custom-column-container .buttons-wrapper #back-button-link > button{
border-radius: 0!important;
text-transform: uppercase;
color: black!important;
font-weight: bold!important;
font-size: 17px!important;
letter-spacing: 0.5px;
background: var(--secondary-color)!important;
margin: 0!important;
}
.custom-section-container .custom-column-container{
height: unset!important;
}
.custom-column-container .buttons-wrapper #message-button-link > button{
width: 200px!important;
}
.custom-column-container .buttons-wrapper #back-button-link > button{
width: 250px!important;
}
div.sidebar-container .general-description-wrapper {
width: 100%!important;
padding: 25px!important;
box-sizing: border-box!important;
}
.general-name{
font-size: 24px!important;
font-weight: bold!important;
}
.general-tagline{
font-size: 18px!important;
}
div.sidebar-container{
padding: 0!important;
width: 100%!important;
background: #333!important;
}
div.info-wrapper {
padding: 35px 25px!important;
color: white!important;
border-top: #999 2px solid;
}
div.general-image-wrapper{
width: 300px!important;
margin: 10px!important;
box-sizing: border-box!important;
}
#profile_header_container #profile_header_text{
height: auto!important;
}
.custom-card-container .image-container img{
width: 200px!important;
height: 200px!important;
border-radius: 0px;
}
.custom-card-container .card-text-container .card-title{
text-align: left;
}
.custom-card-container .card-text-container{
width: 100%;
}
#main-content{
background: #eee!important;
}
</style> |
...
OneValley