Skip to content

Commit 73c846e

Browse files
committed
chore(styles): Reorganize CSS and upgrade cozy-bootstrap
- Move CSS rules from theme.css to cirrus.css for better organization - Upgrade cozy-bootstrap from 1.17.0 to 1.17.1 with updated SHA256 hash This improves code structure and keeps dependencies up to date.
1 parent 2a6190c commit 73c846e

4 files changed

Lines changed: 10079 additions & 10080 deletions

File tree

assets/.externals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#
1212

1313
name ./css/cozy-bs.min.css
14-
url https://unpkg.com/cozy-bootstrap@1.17.0/dist/cozy-bs.min.css
15-
sha256 134dc19bb03dfdc9674b27a31d863af1746bee06d4a3067597a48b7b7f2788c2
14+
url https://unpkg.com/cozy-bootstrap@1.17.1/dist/cozy-bs.min.css
15+
sha256 b36573660e78ac71fefc0750abcd7e66f3e59abe66fb22005c8e9f12fc90023d
1616

1717
name ./js/cozy-client.min.js
1818
url https://raw.githubusercontent.com/cozy/cozy-client-js/v0.14.2/dist/cozy-client.min.js

assets/styles/cirrus.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,3 +452,23 @@ button.card-intent:hover {
452452
.modal-icon .icon-cozy {
453453
background: url(../icons/cozy-app-square.svg);
454454
}
455+
456+
/* Override background only for share password page */
457+
.share-password-page .wrapper {
458+
background-color: #F3F6F9;
459+
max-width: 40rem;
460+
}
461+
.share-password-page .illustration {
462+
max-width: 48px;
463+
}
464+
.bg-gray-100 {
465+
background-color: #F3F6F9;
466+
}
467+
.component-box {
468+
background-color: #fff;
469+
border-radius: 16px;
470+
padding: 27px 24px 47px;
471+
}
472+
.logo {
473+
height: 2rem;
474+
}

assets/styles/theme.css

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
/* An empty theme served by default */
2-
3-
4-
/* Override background only for share password page */
5-
.share-password-page .wrapper {
6-
background-color: #F3F6F9;
7-
max-width: 40rem;
8-
}
9-
.share-password-page .illustration {
10-
max-width: 48px;
11-
}
12-
.bg-gray-100 {
13-
background-color: #F3F6F9;
14-
}
15-
.component-box {
16-
background-color: #fff;
17-
border-radius: 16px;
18-
padding: 27px 24px 47px;
19-
}
20-
.logo {
21-
height: 2rem;
22-
}
1+
/* An empty theme served by default */

0 commit comments

Comments
 (0)