mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-18 16:24:58 -05:00
52 lines
634 B
SCSS
52 lines
634 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;
|
|
}
|
|
|
|
a {
|
|
color: #dc3545;
|
|
}
|
|
a:hover {
|
|
color: #dc3545;
|
|
}
|
|
|
|
|
|
table {
|
|
width: auto;
|
|
border: 1px solid #e5e5e5;
|
|
|
|
th {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
background-color: rgba(0, 0, 0, .05);
|
|
border-color: #fff;
|
|
}
|
|
}
|