A simple web application that allows invitation based registration to a matrix instance
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

45 lines
492 B

nav {
overflow: hidden;
padding: 0px 0px;
}
nav ul {
display: block;
float: right;
}
nav ul li {
display: block;
float: left;
padding-left: 1em;
}
.flash {
padding: 0.2em;
}
.flash-error {
color: black;
background: red;
font-weight: bold;
}
.full-width {
width: 100%;
}
.text-center {
text-align: center;
}
.justify-center {
justify-content: center;
}
.pad-top {
padding-top: 2em;
}
.pad-bottom {
padding-bottom: 2em;
}