aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/users/user-quota.component.scss
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Bidi supportChocobozzz2021-06-071-1/+1
|
* Move to stylelintChocobozzz2021-04-281-1/+2
|
* modify user-quota to match account settings styleRigel Kent2020-07-291-7/+6
|
* Display user quota progress bars above upload form (#2981)Kim2020-07-241-0/+31
* Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>