Commit d1be499f616fc57bc32a63d3c31388f8b5721ce3
1 parent
61e65535
Exists in
master
and in
5 other branches
Move css to sass
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
index.html
sass/style.sass
| ... | ... | @@ -919,6 +919,11 @@ td |
| 919 | 919 | .title |
| 920 | 920 | font-size: 22px |
| 921 | 921 | |
| 922 | +// 6.19 - sucesso | |
| 923 | +.success-panel | |
| 924 | + position: absolute | |
| 925 | + z-index: 100 | |
| 926 | + | |
| 922 | 927 | // ------------------------------------ |
| 923 | 928 | // 7 - Modificadores |
| 924 | 929 | // ------------------------------------ | ... | ... |