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
/
utilities
/
_rounded.scss
blob
b1f638adc92c2f2158668d4e9e1ecc7d73686263
1
.rounded-sm {
2
border-radius: var(--border-radius-sm);
3
}
4
5
.rounded {
6
border-radius: var(--border-radius-md);
7
}
8
9
.rounded-lg {
10
border-radius: var(--border-radius-lg);
11
}
12
13
.rounded-xl {
14
border-radius: var(--border-radius-xl);
15
}
16
17
.rounded-full {
18
border-radius: var(--border-radius-full);
19
}
20
21
.rounded-50 {
22
border-radius: 50%;
23
}
24
25
.rounded-none {
26
border-radius: 0;
27
}