aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/guest.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-191-31/+78
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Replace deprecated SASS rulesFerdinand Thiessen2024-11-171-1/+1
| | | | | | | | - global color functions are now deprecated - use color namespace - `@import` is deprecated and will be removed (will be native CSS import in future) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-4/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix: float and clearMostafa Ahangarha2024-08-291-4/+9
| | | | | | | | Fix other background-positions Minor fix in link button icon position Update header left and right to start and end Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* Fix: shorthand paddings and marginsMostafa Ahangarha2024-08-291-1/+2
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-28/+31
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* fix(styles): Guest layout should follow the new designFerdinand Thiessen2024-08-091-35/+26
| | | | | | | | 1. Adjust some places that used the old pill-style design 2. Make indention consistent using tabs 3. Remove duplicates styles for inputs (also included in server.css) that conflic with nextcloud-vue styles Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-191-1/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(styles): Adjust background stylingsFerdinand Thiessen2024-05-211-10/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-6/+5
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(core): Make sure correct colors are used on blurred backgroundFerdinand Thiessen2023-12-141-0/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: inconsistencies in the shared two-factor UIRichard Steinmetz2023-12-041-2/+3
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(theming): Make sure the footer is hidden if not content is renderedFerdinand Thiessen2023-11-021-2/+1
| | | | | | | Previously the footer was empty, but the backdrop was still shown. This hides the footer if no text content was defined. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): remove unnecessary role=contentinfo from page footer on loginGrigorii K. Shartsev2023-10-211-1/+1
| | | | | | `<footer>` has this role initially then it is a page footer, not inside `section`/`article`, and etc. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix: content info footer on guest pagesRichard Steinmetz2023-09-191-2/+13
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* add missing places and address review.Simon L2023-07-201-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* address reviewSimon L2023-07-191-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* switch to bootstrap font-stackSimon L2023-07-191-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* feat(theming): Add border radius rounded css variable so ↵Ferdinand Thiessen2023-05-161-1/+1
| | | | | | `body-container-radius` can be used on mobile devices Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(login): Make login form and footer look like a dashboard panelFerdinand Thiessen2023-05-161-1/+1
| | | | | | Also adjust border radius to match new main content box. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Use the color-primary-element* variablesSimon L2023-05-131-3/+3
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(theming): logo missing on login pageJohn Molakvoæ2023-03-011-8/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* style(guests): move plain css to scssJulius Härtl2022-12-221-152/+171
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* style(guests): Rename guest.css to scssJulius Härtl2022-12-221-0/+820
Signed-off-by: Julius Härtl <jus@bitgrid.net>