1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-02-09 17:14:19 +01:00
ipfs-boards/webapp/style.css

35 lines
377 B
CSS
Raw Normal View History

2015-11-14 12:06:37 +01:00
#loading {
text-align: center;
display: block;
position: fixed;
width: 100%;
top: 20%;
}
.text-center {
text-align: center
}
2015-11-14 12:06:37 +01:00
.light {
color: #ababab
}
.app {
padding-top: 2em
}
.navbar {
border-bottom: 1px solid #eee;
display: block;
height: 4.5em
}
2015-11-14 13:12:48 +01:00
.navbar a {
text-decoration: none;
color: inherit;
}
2015-11-14 12:06:37 +01:00
.navbar .container {
padding-top: 1em
}