snt-voting/app/css/styles.css

62 lines
931 B
CSS
Raw Normal View History

2018-10-16 16:20:54 -04:00
#votingDapp div.section {
padding: 20px;
}
#votingDapp hr {
border: 3px solid #edf2f5;
}
#votingDapp div.votingTimer {
padding: 20px;
text-align: center;
}
#votingDapp div.votingTimer h4 {
font-weight: normal;
}
#votingDapp div.votingTimer ul {
width: 150px;
margin: auto;
list-style: none;
padding: 0;
}
#votingDapp div.votingTimer ul li {
width: 50px;
float: left;
padding: 0;
margin: 0;
}
#votingDapp div.action {
display: block;
width: 100%;
float: left;
clear: both;
margin-top: 1em;
}
#votingDapp div.action a {
text-decoration: none;
}
#votingDapp div.pollClosed {
text-align: center;
padding-top: 2em;
}
#votingDapp div.center {
text-align: center;
}
#votingDapp div.card {
margin-top: 1em;
border: 1px solid #edf2f5;
border-radius: 3px;
box-shadow: none;
}
#votingDapp div.card h2 {
font-weight: bold;
2018-10-16 16:20:54 -04:00
}