add-license-1
Guuq 5 years ago
parent 320082354c
commit ae19c5a0a2

@ -3,8 +3,8 @@ section {
float: left; float: left;
display: inline-block; display: inline-block;
width: 50%; width: 50%;
margin-top: 55px; padding-top: 55px;
height: 95vh; height: 100vh;
overflow: scroll; overflow: scroll;
overflow-x: hidden; overflow-x: hidden;
} }
@ -12,11 +12,11 @@ section::-webkit-scrollbar {
display: none; display: none;
} }
svg { svg {
margin-top: 49px; padding-top: 49px;
fill: #454752; fill: #454752;
stroke-width: 1; stroke-width: 1;
stroke: #454752; stroke: #454752;
height: 95.6vh; height: 100vh;
} }
/* Clock */ /* Clock */
#timeBox { #timeBox {
@ -36,25 +36,29 @@ svg {
/* Feedback */ /* Feedback */
#feedbackContent { #feedbackContent {
background-color: #33353d; background-color: #33353d;
float: left;
width: 100%; width: 100%;
} }
.feedback { .feedback {
display: inline-block; display: inline-block;
padding: 14vh 0 14vh 5%; padding: 14vh 0 14vh 5%;
width: 50%; width: 50%;
height: 100%; vertical-align: top;
} }
#feedbackOne { #feedbackOne {
border-right: #454752 4px solid; border-right: #454752 4px solid;
} }
.user { .user {
display: inline-block; display: inline-block;
height: 100%; min-width: 8rem;
width: 10rem; }
.user h3 {
text-align: center;
} }
.userImg { .userImg {
width: 8rem; width: 8rem;
height: 8rem; height: 8rem;
margin-left: calc(50% - 4rem);
margin-bottom: 2rem; margin-bottom: 2rem;
} }
.userFeedback { .userFeedback {

@ -80,9 +80,9 @@
</div><div class="feedback"> </div><div class="feedback">
<div class="user"> <div class="user">
<img src="/resources/img/user.png" alt="" class="userImg"> <img src="/resources/img/user.png" alt="" class="userImg">
<h3>Sam Taen</h3> <h3>User</h3>
</div> </div>
<h2 class="userFeedback">adkjfkldjafkldfjdklfjdklafjdklaadkjfkldjafkldfjdklfjdklafjdklaadkjfkldjafkldfjdklfjdklafjdklaadkjfkldjafkldfjdklfjdklafjdklaadkjfkldjafkldfjdklfjdklafjdkla</h2> <h2 class="userFeedback">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam a risus eu ex sagittis interdum ac ac odio. Proin eleifend turpis a aliquam.</h2>
</div> </div>
</div> </div>

@ -41,7 +41,7 @@
#addShortcutMenu { #addShortcutMenu {
display: inline-block; display: inline-block;
z-index: 2; z-index: 2;
border-radius: 1rem; border-radius: .75rem;
position: absolute; position: absolute;
left: calc(50% - 25rem); left: calc(50% - 25rem);
height: 27rem; height: 27rem;