Skip to content

Commit

Permalink
Consolidate system css
Browse files Browse the repository at this point in the history
  • Loading branch information
DinhNgocAnh committed May 2, 2020
1 parent 1fee838 commit 1671c68
Show file tree
Hide file tree
Showing 27 changed files with 689 additions and 333 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
** GETTING STARTED

**Run mysql server using docker enviroment**

`docker run -d -e MYSQL_ROOT_PASSWORD=root -p 3306:3306 -v D:\Workspace\database\smallbrain:/var/lib/mysql mysql:5.7.22 --sql_mode=""`
Expand Down Expand Up @@ -25,4 +27,8 @@
16. pain
17. my_story_app
18. project_admin_app
19. site_pages_app
19. site_pages_app

# Document modules

# Document modules
9 changes: 9 additions & 0 deletions static/apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ Frontend include 3 module based on system roles
- All filters (Each filter is single file)
- All services (Each service is single file)

TODO list
[ ] Unify how datepicker is initialized.
[ ] Single entry for interceptor
[ ] Unify document & attachment
[ ] Backend API document
[ ] https://trello.com/c/v1o5iEi1
- UX while change user's type but did not saved the change the hidden UI being showed. This behavior could be a vulnerable to change personal information if you have right to changing the user's type.
[ ] UX for navigation backward then forward
[ ] Labeled todo list UI & UX ->hold all
[ ] Unify all service to single modules
48 changes: 47 additions & 1 deletion static/css/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,50 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
$base-color: #c6538c;
$base-color: #c6538c;
$color1:#EEEFF1;
$color2:#F2DEDE;
$color3:#ddd;
$color4:#000;
$color5:#fff;
$color6:#cccccc;
$color7:#639df9;
$color8:#c2c1c0;
$color9:#FF2C55;
$color10:#FED7D0;
$color11:#C03C51;
$color12:#C2C2C2;
$color13:#FFFFFF;
$color14:#F8F8F8;
$color15:#DFF0D8;
$color16:#808080;
$color17:#eee;
$color18:#444;
$color19:#999;
$color20:#298FCA;
$color21:#CCC;
$color22:#d6e9c6;
$color23:#3c763d;
$color24:#ebccd1;
$color25:#a94442;
$color26:#4d4d4d;
$color27:#61bd4f;
$color28:#f2d600;
$color29:#ffab4a;
$color30:#eb5a46;
$color31:#c377e0;
$color32:#0079bf;
$color33:#00c2e0;
$color34:#ff1629;
$color35:#d9534f;
$color36:#f5f5f5;
$color37:#337ab7;
$color38:#0000FF;
$color39:#800080;
$color40:#EE0000;
$color41:#000000;
$color42:#6B6B6B;
$color43:#3E3E3E;
$color44:#FFFFFE;
$color45:#0000E0;
$color46:#25EB57;
10 changes: 5 additions & 5 deletions static/css/_quick_card_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

&:hover {
background: rgba(0, 0, 0, .8);
color: #fff;
color: $color4;
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
Expand Down Expand Up @@ -78,7 +78,7 @@
background: none;
margin: 0px;
padding: 0px;
color: black;
color: $color4;
transition: none;
-webkit-transform: none !important;
transform: none !important;
Expand All @@ -90,7 +90,7 @@

i {
font-size: 10px;
text-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 0 2px #000;
text-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 0 2px $color4;
margin: 0;
}
}
Expand All @@ -117,7 +117,7 @@
}

a.todo-label-name {
color: #fff;
color: $color4;
width: auto;
padding: 0 10px;
text-decoration: none;
Expand Down Expand Up @@ -182,7 +182,7 @@ todo {
}

#problem-medication-select {
color: black;
color: $color4;
max-height: 250px;
overflow-y: scroll;
}
Loading

0 comments on commit 1671c68

Please sign in to comment.