1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-26 15:04:19 +01:00
ipfs-boards/webapp/style.css
2015-11-14 23:33:50 +01:00

35 lines
377 B
CSS

#loading {
text-align: center;
display: block;
position: fixed;
width: 100%;
top: 20%;
}
.text-center {
text-align: center
}
.light {
color: #ababab
}
.app {
padding-top: 2em
}
.navbar {
border-bottom: 1px solid #eee;
display: block;
height: 4.5em
}
.navbar a {
text-decoration: none;
color: inherit;
}
.navbar .container {
padding-top: 1em
}