Skip to content

Commit

Permalink
beta 0.1.1
Browse files Browse the repository at this point in the history
Create styles and couple bug bifex.
  • Loading branch information
AikoMidori committed Oct 14, 2020
1 parent 1ef809b commit e006d42
Show file tree
Hide file tree
Showing 11 changed files with 274 additions and 129 deletions.
3 changes: 2 additions & 1 deletion build.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
@use 'user/activity';
@use 'user/profile';
@use 'community/groups';
@use 'contributors/userAvatars';
@use 'contributors/userAvatars';
@use 'contributors/images';
13 changes: 13 additions & 0 deletions community/styles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// _styles.scss

$txtcolor: #6624e2;
$progressbar: #6624e2;
$customcolor: #6624e2;
$bgcolor: #121212;
$trans: transparent;
$grey: #2e2e2f;
$background: #1e1e1f;
$scrollbar: #6624e2;
$header: #3e3e3f;
$border1: 10px;
$text: #ffffff;
5 changes: 5 additions & 0 deletions contributors/images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@
/* group avatar image */
.avatarMedium img {
border-radius: 10px !important;
}

/* dynamic link image */
img.dynamiclink_preview {
border-radius: 10px !important;
}
13 changes: 13 additions & 0 deletions contributors/styles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// _styles.scss

$txtcolor: #6624e2;
$progressbar: #6624e2;
$customcolor: #6624e2;
$bgcolor: #121212;
$trans: transparent;
$grey: #2e2e2f;
$background: #1e1e1f;
$scrollbar: #6624e2;
$header: #3e3e3f;
$border1: 10px;
$text: #ffffff;
Loading

0 comments on commit e006d42

Please sign in to comment.