initial commit
This commit is contained in:
96
public/css/custom.css
vendored
Normal file
96
public/css/custom.css
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
.profile_info h2{
|
||||
text-transform: unset;
|
||||
}
|
||||
|
||||
.nav-md .container.body .right_col {
|
||||
background-color: #fff;
|
||||
/* padding: 90px 40px 30px; */
|
||||
margin-bottom: -25px;
|
||||
}
|
||||
|
||||
.img-client{
|
||||
max-height: 200px;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.register-body,body{
|
||||
font-family: 'Roboto', sans-serif;
|
||||
color: #2A3F54;
|
||||
background-color: #004AAD;
|
||||
background-image: linear-gradient(-90deg, #c4d5ec 0%, #4361c2 100%);
|
||||
background-image: -webkit-linear-gradient(-90deg, #c4d5ec 0%, #4361c2 100%);
|
||||
background-image: -o-linear-gradient(-90deg, #54c7dc 0%, #4361c2 100%);
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.register-body .main{
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.error{
|
||||
color: red;
|
||||
}
|
||||
|
||||
.view-html{
|
||||
padding: 20px;
|
||||
border: 1px solid #dfdfef;
|
||||
box-shadow: none;
|
||||
background: #fafbff;
|
||||
box-shadow: 0 0 5px rgb(0 0 0 / 13%);
|
||||
-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 13%);
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.epic-btn{
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-weight: 800;
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
border-radius: 7px;
|
||||
margin: 10px;
|
||||
padding: 10px 35px;
|
||||
background-size: 200% auto;
|
||||
border: none;
|
||||
color: white;
|
||||
box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
|
||||
background-image: linear-gradient(to right, #45aaf2 0%, #6574cd 50%, #45aaf2 100%);
|
||||
background-image: -webkit-linear-gradient(to right, #45aaf2 0%, #6574cd 50%, #45aaf2 100%);
|
||||
background-image: -o-linear-gradient(to right, #45aaf2 0%, #6574cd 50%, #45aaf2 100%);
|
||||
transition: 0.35s;
|
||||
-webkit-transition: 0.35s;
|
||||
|
||||
}
|
||||
|
||||
.btn, .buttons, .modal-footer .btn+.btn, button{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.modal .modal-dialog{
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer .panel{
|
||||
padding: 15px;
|
||||
margin-bottom: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.view-html{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
element.style {
|
||||
}
|
||||
Reference in New Issue
Block a user