This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #445 from SUSE/ui-second-iteration
Ui second iteration
- Loading branch information
Showing
42 changed files
with
612 additions
and
488 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
// Overwriting so we fa-user elements are actually shown in the | ||
// activities list. | ||
.activity .fa-user { | ||
color: $gray-mid; | ||
} | ||
|
||
.activity { | ||
border-left: 1px solid $gray-light; | ||
margin-left: 2em; | ||
margin-top: -15px; | ||
img { | ||
border-radius: 100%; | ||
border: 4px solid $gray-light; | ||
width: 40px; | ||
} | ||
li { | ||
list-style: none; | ||
margin-left: -4.6em; | ||
padding-bottom: 3em ; | ||
&:first-of-type { | ||
padding-top: 3em; | ||
} | ||
&:last-of-type { | ||
background: $white; | ||
padding-bottom: 1em ; | ||
} | ||
.user-image, .activity-type, .description { | ||
display: inline-block; | ||
margin-right: 1.2em; | ||
vertical-align: top; | ||
} | ||
.description { | ||
background: $white; | ||
max-width: 400px; | ||
h6 { | ||
margin: 0; | ||
} | ||
} | ||
.activity-type { | ||
border-radius: 100%; | ||
background: red; | ||
height: 40px; | ||
width: 40px; | ||
text-align: center; | ||
i.fa { | ||
font-size: 1.5em; | ||
color: $white; | ||
margin-top: 10px; | ||
} | ||
&.repo-pushed { | ||
background: $activity-repo-pushed; | ||
} | ||
&.team-created { | ||
background: $activity-team-created; | ||
} | ||
&.change-role { | ||
background: $activity-change-role; | ||
} | ||
&.remove-member-team { | ||
background: $activity-remove-member-team; | ||
} | ||
&.add-member-team { | ||
background: $activity-add-member-team; | ||
} | ||
&.change-namespace-visibility { | ||
background: $activity-change-namespace-visibility; | ||
} | ||
&.create-namespace { | ||
background: $activity-create-namespace; | ||
} | ||
&.change-description { | ||
background: $activity-change-description; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
.user-picture { | ||
background-color: #fff; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
//labels | ||
.label.label-info{ | ||
background: $primary-colour; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,8 @@ | |
background: $overview-icon-namespaces-bg; | ||
} | ||
} | ||
} | ||
|
||
#profile .panel { | ||
max-width: 700px; | ||
} |
Oops, something went wrong.