mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-19 00:53:47 -05:00
Updated to include Chompobar's data and search bars for shadows and questions
This commit is contained in:
@@ -3,23 +3,40 @@
|
||||
|
||||
@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;
|
||||
}
|
||||
tbody tr:nth-of-type(odd) {
|
||||
background-color: rgba(0, 0, 0, .05);
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user