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
DRVDOC-1129: Clicking on editor margins should focus editor
[ProtonMail-WebClient.git]
/
packages
/
styles
/
scss
/
_proton-calendar.scss
blob
ac39e58d6c33fc4fcd5dea84267f1fe585ff4c3b
1
@use 'lib/im-to-em' as *;
2
@use 'sass:map';
3
4
// Variables specific overrides
5
$breakpoints: im-to-em(
6
(
7
'xlarge': 1500px,
8
'large': 1100px,
9
'medium': 1000px,
10
'small': 870px,
11
'xsmall': 520px,
12
)
13
);
14
15
// Configuration
16
@import 'lib/';
17
18
// Initialisation
19
@import 'base/';
20
21
// Layout
22
@import 'layout/';
23
24
// Components
25
@import 'components/';
26
27
// Helpers
28
@import 'utilities/';