| @@ -1,5 +1,6 @@ | ||
| 1 | 1 | @import "../start"; |
| 2 | +@import "tag"; | |
| 2 | 3 | |
| 3 | 4 | .fs-switch-label |
| 4 | 5 | { |
| 5 | 6 | font-size: 20px; |
| @@ -4,8 +5,19 @@ | ||
| 4 | 5 | { |
| 5 | 6 | font-size: 20px; |
| 6 | 7 | line-height: 31px; |
| 7 | 8 | margin: 0 5px; |
| 9 | +} | |
| 10 | + | |
| 11 | +.fs-debug-table-toggle-button { | |
| 12 | + font-size: 1.2em; | |
| 13 | + cursor: pointer; | |
| 14 | + background: transparent; | |
| 15 | + border: none; | |
| 16 | +} | |
| 17 | + | |
| 18 | +.fs-debug-table { | |
| 19 | + overflow: hidden; | |
| 8 | 20 | } |
| 9 | 21 | |
| 10 | 22 | #fs_log_book { |
| 11 | 23 | table { |