PluginProbe
Hello Plus / 1.7.0
Hello Plus v1.7.0
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 All 30 releases
hello-plus / dev / scss / variables / values.scss

values.scss in Hello Plus 1.7.0, at dev/scss/variables/values.scss

19 lines 379 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 $transition: all .3s;
2
3 // Common to all elements
4 $corners-shape-default: 8px;
5 $corners-shape-sharp: 0;
6 $corners-shape-rounded: 12px;
7 $corners-shape-round: 32px;
8 $corners-shape-oval: 50%;
9
10 // Image specific
11 $corners-image-shape-rounded: 52px;
12 $corners-image-shape-round: 300px;
13
14 // Box specific
15 $corners-box-shape-rounded: 52px;
16
17 // Logo specific
18 $corners-logo-shape-round: 52px;
19