Files
persona5-negotiation/assets/css/style.scss

44 lines
578 B
SCSS

---
---
@import "{{ site.theme }}";
footer {
width: 100%;
position: static !important;
}
section {
margin-top: 2rem;
width: auto;
float: none;
}
header {
width: 100%;
position: static !important;
}
nav {
width: auto;
position: static !important;
}
.form-control:focus {
outline: 0 !important;
border-color: initial;
box-shadow: none;
}
#questions {
margin-top: 1rem;
}
table {
width: auto;
border: 1px solid #e5e5e5;
th {
font-weight: bold;
text-align: center;
background-color: rgba(0, 0, 0, .05);
border-color: #fff;
}
}