generated from dxw/rails-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1ae9b9
commit 0077175
Showing
5 changed files
with
204 additions
and
69 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
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,44 @@ | ||
.advice-table { | ||
@apply border-collapse mb-4; | ||
|
||
thead { | ||
@apply bg-gray-500 py-4; | ||
color: white; | ||
|
||
th { | ||
font-weight: normal; | ||
} | ||
} | ||
|
||
tr.levels { | ||
font-weight: bold; | ||
text-align: center; | ||
border: 1px solid #ccc; | ||
border-width: 1px 0; | ||
background: var(--main-colour-light); | ||
|
||
td:first-child { | ||
text-align: left; | ||
background: var(--main-colour-lightest); | ||
} | ||
} | ||
|
||
th, td { | ||
border-left: 1px solid white; | ||
border-top: 1px solid #ccc; | ||
border-bottom: 1px solid #ccc; | ||
padding: 0.25rem 0.5rem; | ||
|
||
&:first-child { | ||
border-left: none; | ||
} | ||
} | ||
|
||
h3 { | ||
font-size: 1.25rem; | ||
} | ||
|
||
h4 { | ||
font-weight: bold; | ||
} | ||
} |
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