mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 13:53:03 -05:00
feat(project): delete dependancy to primeng
This commit is contained in:
@@ -1 +1,21 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 1rem 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 0 0 1px 0;
|
||||
font-weight: 700;
|
||||
color: #343a40;
|
||||
background: #f8f9fa;
|
||||
transition: box-shadow 0.2s;
|
||||
}
|
||||
|
||||
table tbody > tr > td {
|
||||
text-align: left;
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user