Initial Commit Rework

This commit is contained in:
Qstick
2017-09-03 22:20:56 -04:00
parent 74a4cc048c
commit 95051cbd63
2483 changed files with 101351 additions and 111396 deletions
+46
View File
@@ -0,0 +1,46 @@
.upToDate {
display: flex;
margin-bottom: 20px;
}
.upToDateIcon {
color: #37bc9b;
font-size: 30px;
}
.upToDateMessage {
padding-left: 5px;
font-size: 18px;
line-height: 30px;
}
.update {
margin-top: 20px;
}
.info {
display: flex;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #e5e5e5;
line-height: 21px;
}
.version {
font-size: 21px;
}
.space {
padding: 0 5px;
}
.date {
font-size: 16px;
}
.branch {
composes: label from 'Components/Label.css';
margin-left: 10px;
font-size: 14px;
}