86fdba177a
* Add octicon SVG sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Static prefix Signed-off-by: jolheiser <john.olheiser@gmail.com> * SVG for all repo icons Signed-off-by: jolheiser <john.olheiser@gmail.com> * make vendor Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap out octicons Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move octicons to top of less imports Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix JS Signed-off-by: jolheiser <john.olheiser@gmail.com> * Definitely not a search/replace Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed regex Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move to more generic calls and webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * make svg -> make webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg-sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed a test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg from makefile Signed-off-by: jolheiser <john.olheiser@gmail.com> * Suggestions Signed-off-by: jolheiser <john.olheiser@gmail.com> * Attempt to fix test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert timetracking test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap .octicon for .svg in less Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add aria-hidden Signed-off-by: jolheiser <john.olheiser@gmail.com> * Replace mega-octicon Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix webpack globbing on Windows Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert Co-Authored-By: silverwind <me@silverwind.io> * Fix octions from upstream Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix Vue and missed JS function Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add JS helper and PWA Signed-off-by: jolheiser <john.olheiser@gmail.com> * Preload SVG Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: techknowlogick <matti@mdranta.net>
149 lines
2.9 KiB
Text
149 lines
2.9 KiB
Text
.user {
|
|
&:not(.icon) {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
&.profile {
|
|
.ui.card {
|
|
.username {
|
|
display: block;
|
|
}
|
|
|
|
.extra.content {
|
|
padding: 0;
|
|
|
|
ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
li {
|
|
padding: 10px;
|
|
list-style: none;
|
|
|
|
&:not(:last-child) {
|
|
border-bottom: 1px solid #eaeaea;
|
|
}
|
|
|
|
.svg,
|
|
.fa {
|
|
margin-left: 1px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
&.follow {
|
|
.ui.button {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#profile-avatar {
|
|
@media only screen and (max-width: 768px) {
|
|
height: 250px;
|
|
overflow: hidden;
|
|
|
|
img {
|
|
max-height: 768px;
|
|
max-width: 768px;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.ui.repository.list {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
#loading-heatmap {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|
|
|
|
&.followers {
|
|
.header.name {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.follow {
|
|
.ui.button {
|
|
padding: 8px 15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.notification {
|
|
.svg {
|
|
float: left;
|
|
font-size: 2em;
|
|
|
|
&.green {
|
|
color: #21ba45;
|
|
}
|
|
|
|
&.red {
|
|
color: #d01919;
|
|
}
|
|
|
|
&.purple {
|
|
color: #a333c8;
|
|
}
|
|
|
|
&.blue {
|
|
color: #2185d0;
|
|
}
|
|
}
|
|
|
|
.content {
|
|
float: left;
|
|
margin-left: 7px;
|
|
}
|
|
|
|
table {
|
|
form {
|
|
display: inline-block;
|
|
}
|
|
|
|
button {
|
|
padding: 3px 3px 3px 5px;
|
|
}
|
|
|
|
tr {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.link-account:not(.icon) {
|
|
padding-top: 15px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
&.settings {
|
|
.iconFloat {
|
|
float: left;
|
|
}
|
|
}
|
|
}
|
|
|
|
.user-orgs {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
padding: 0;
|
|
margin: -3px !important;
|
|
|
|
li {
|
|
display: flex;
|
|
border-bottom: 0 !important;
|
|
padding: 3px !important;
|
|
width: 20%;
|
|
max-width: 60px;
|
|
}
|
|
}
|