문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
wiki:sass:sass_extend [2021/04/08 22:43] emblim98 만듦 |
wiki:sass:sass_extend [2023/01/13 18:44] (현재) |
||
|---|---|---|---|
| 줄 23: | 줄 23: | ||
| ====SCSS Syntax:==== | ====SCSS Syntax:==== | ||
| <code sass> | <code sass> | ||
| - | .buttton-basic { | + | .button-basic { |
| - | border: none; | + | border: none; |
| - | padding: 15px 30px; | + | padding: 15px 30px; |
| - | text-align: center; | + | text-align: center; |
| - | font-size: 16px; | + | font-size: 16px; |
| - | cursor: pointer; | + | cursor: pointer; |
| } | } | ||
| .button-report { | .button-report { | ||
| - | | + | |
| - | background-color: | + | background-color: |
| } | } | ||
| .button-submit { | .button-submit { | ||
| - | | + | |
| - | background-color: | + | background-color: |
| - | color: white; | + | color: white; |
| } | } | ||
| </ | </ | ||