Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
carmen / carmen / static / css / mod_titles.css
Size: Mime:
form.mod-titles fieldset {
border-radius: 1.3em;
color: lightgrey;
display: flex;
flex-wrap: wrap;
font-size: 1em;
padding: 1.2rem;
border: 2.2px solid var(--shadow);
}

form.mod-titles h1 {
color: #99c383;
font-size: 3em;
font-weight: normal;
margin: 1rem;
color: var(--picnic-green);
word-break: break-word;
}

form.mod-titles label {
color: lightgrey;
font-size: 1.2em;
font-weight: bold;
margin: 1rem;
}

form.mod-titles input {
background-color: #99c383;
border: 2px solid transparent;
color: #221c2e;
background-color: var(--picnic-green);
font-size: 1.1em;
font-weight: bold;
margin: 0.8rem;
padding: 0.2rem 0.2rem 0.2rem 1rem;
color: var(--shadow);
}

form.mod-titles button {
border: 2px solid transparent;
color: white;
font-size: 1em;
font-weight: bold;
margin: 1rem;
padding: 0.6rem;
text-align: center;
width: 6rem;
background-color: var(--houseplant-green);
}

form.mod-titles button:hover {
border: 2px solid white;
}

form.mod-titles a {
font-size: 0.8em;
margin-left: 1rem;
}