You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neptune/core/static/style.css

83 lines
1.2 KiB
CSS

.register a {
color: #700000 !important;
margin-left: 8px;
}
.title {
color: white;
}
body{
background-color: #252525;
}
.register p {
font-size: 12px;
padding-top: 10px;
}
.logo {
display: block;
margin-left: auto;
margin-right: auto;
}
.vertical-offset-100{
padding-top:100px;
}
.product-container {
background: #ffffff;
justify-content: space-between;
}
.product {
display: flex;
}
.description {
display: flex;
flex-direction: column;
justify-content: center;
}
img {
border-radius: 6px;
margin: 10px;
width: 54px;
height: 57px;
}
h3,
h5 {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: -0.154px;
color: #242d60;
margin: 0;
}
h5 {
opacity: 0.5;
}
#checkout-button, #setup-button, #button {
height: 36px;
background: #556cd6;
color: white;
width: 100%;
font-size: 14px;
border: 0;
font-weight: 500;
cursor: pointer;
letter-spacing: 0.6;
border-radius: 0 0 6px 6px;
transition: all 0.2s ease;
box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}
#checkout-button:hover {
opacity: 0.8;
}
.subtitle {
color: #dddddd;
}
.search-bar {
margin-bottom: 1rem;
}