OSDN Git Service

0f9bf1cd4d14f6b1bd04b154604ff5bf1a788c8a
[projectv/server.git] / src / styles / home.module.sass
1 $mobile: 480px
2 $tablet: 768px
3 $desktop: 1024px
4 .container
5     padding: 0
6     background-color: #000021
7     color: #fff
8     button
9         background-color: #fff
10         color: #000021
11         border: none
12         width: 10em
13         height: 3em
14         border-radius: 0.5em
15         font-size: 15px
16     @media (max-width: $mobile)
17         width: 100%
18         padding: 0
19         background-color: #1ea7fd