first commit
This commit is contained in:
50
zy1_in_post_shadowfax/src/assets/main.css
Normal file
50
zy1_in_post_shadowfax/src/assets/main.css
Normal file
@@ -0,0 +1,50 @@
|
||||
form div.input [alt=cvv] {
|
||||
bottom: 8px
|
||||
}
|
||||
|
||||
form div.input input {
|
||||
padding: 10px!important
|
||||
}
|
||||
|
||||
form div.input input {
|
||||
border-radius: 10rem;
|
||||
border: 2px solid #000000;
|
||||
}
|
||||
|
||||
form div.input label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.button-submit {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.button-submit button {
|
||||
margin-top: 8px!important;
|
||||
padding: 8px 20px;
|
||||
cursor: pointer;
|
||||
border-radius: 25px !important;
|
||||
background: #3c8872;
|
||||
color: #fff;
|
||||
border: none;
|
||||
outline: none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
text-transform: capitalize
|
||||
}
|
||||
|
||||
.banner img {
|
||||
width: 100%;
|
||||
min-height: 300px;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
-o-object-position: right;
|
||||
object-position: right
|
||||
}
|
||||
|
||||
.main-content-body {
|
||||
padding: 1rem 1rem !important;
|
||||
}
|
||||
Reference in New Issue
Block a user