Re-arranging repos.
This commit is contained in:
parent
17b97aec61
commit
fe8d1ee495
70 changed files with 17 additions and 8 deletions
20
matomo/stylesheets/components/_card.less
Normal file
20
matomo/stylesheets/components/_card.less
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.card {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
|
||||
.card-content {
|
||||
padding: 5px 20px 20px 20px !important;
|
||||
}
|
||||
|
||||
.card-table {
|
||||
margin: 0 -20px !important;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.enrichedHeadline .title,
|
||||
.card-title {
|
||||
position: relative;
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue