repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
styles
/
scss
/
_proton-mail.scss
blob
f75780ca6c7772c1db7eca7518e23fa7a8f12d87
1
@use 'lib/im-to-em' as *;
2
3
// Variables specific overrides
4
$breakpoints: im-to-em(
5
(
6
'xlarge': 1500px,
7
'large': 1100px,
8
'medium': 940px,
9
'small': 680px,
10
'xsmall': 450px,
11
)
12
);
13
$use-height-auto-td: false;
14
$use-height-auto-img: false;
15
$use-height-auto-table: false;
16
17
// Library
18
@import 'lib/';
19
20
// Initialisation
21
@import 'base/';
22
23
// Layout
24
@import 'layout/';
25
26
// Components
27
@import 'components/';
28
29
// Helpers
30
@import 'utilities/';