govobject-proposal/css/master.css
2016-12-06 23:26:40 -08:00

158 lines
2 KiB
CSS

body {
background-image: url("../images/background.png");
font-family: 'Roboto', sans-serif;
}
textarea {
background-color:#fafafa !important;
}
.createProposal {
}
i.fa {
font-size: 1.5em;
color: #999;
}
.header_title {
color: rgb(30, 115, 190);
font-weight: 600;
margin: 0;
}
.header_description {
margin: 1% 0% 5% 0%;
font-weight: 600;
}
.nav-tabs {
display: inline-block;
border: none;
width: 100%;
}
.nav-tabs>li>a {
font-size: 1.2em;
color: #000000;
border: none;
margin-right: 99px;
}
.nav-tabs>li.active>a {
border: none;
color: #ffffff;
background-color: rgb(30, 115, 190);
border-radius: 4px;
}
.nav-tabs>li.active>a:link {
border: none;
}
.nav-tabs>li.active>a:hover {
background-color: rgb(30, 115, 190);
color: #ffffff;
}
.nav-tabs>li>a:hover {
background-color: transparent;
border-radius: 4px;
}
.nav-tabs>li>a:active {
background-color: rgb(30, 115, 190);
}
.proposalBlock {
/*margin-top: 6%;*/
padding: 7%;
background-color: #ffffff;
box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.16);
}
.removeMargin {
margin: 0;
}
.validationError {
background-color:#ffe6e6;
}
.walletCommands {
}
#header {
margin-top:2em;
}
/*#createProposalHeader {
margin-top:1em;
}*/
#createProposalForm {
margin-top:1em;
}
#lang_box {
width: 82px;
position: relative;
top: -4px;
}
#payment_amount {
display: inline-block;
width: 20%;
}
#side-header {
margin-top: 40%;
}
#side_header_description {
margin: 20% 0% 20% 0%;
}
#proposal_link {
font-weight: 600;
}
@media (max-width: 992px) {
#side-header {
margin-top: 4%;
}
.proposalBlock {
margin-top: 0%;
}
.header_description {
margin: 1% 0% 1% 0%;
}
#side_header_description {
margin: 1% 0% 1% 0%;
}
}
#walletCommandsHeader {
margin-top:2em;
}
#walletCommandsPrepare {
margin-top:2em;
}
#walletCommandsTx {
margin-top:2em;
}
#walletCommandsProgress {
margin-top:2em;
}
#walletCommandsSubmit {
margin-top:2em;
}