-
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add general styling for tables
* feat: add _table.scss to scss vendor folder --------- Co-authored-by: Alexander Bilz <[email protected]>
- Loading branch information
1 parent
8bc1efb
commit 4eee0da
Showing
4 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
table { | ||
display: table; | ||
width: 80%; | ||
border-collapse: collapse; | ||
} | ||
|
||
tr { | ||
display: table-row; | ||
} | ||
|
||
th, td { | ||
display: table-cell; | ||
padding: 8px; | ||
@include themed(){ | ||
border: t('border'); | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
resources/_gen/assets/scss/scss/anatole.scss_6dd5ee34d337299a377a4ab7b84829ac.content
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
resources/_gen/assets/scss/scss/anatole.scss_6dd5ee34d337299a377a4ab7b84829ac.json
This file was deleted.
Oops, something went wrong.