docs style updated
This commit is contained in:
parent
b36447cf38
commit
c7eb1880fc
@ -69,6 +69,14 @@
|
||||
background-color: {{ DESIGN_PARAMETERS['primary_color'] }};
|
||||
border-color: {{ DESIGN_PARAMETERS['primary_color'] }};
|
||||
}
|
||||
|
||||
.document-card:hover .download {
|
||||
background-color: {{ DESIGN_PARAMETERS['primary_color'] }}!important
|
||||
}
|
||||
|
||||
.document-card:hover h4 {
|
||||
color: {{ DESIGN_PARAMETERS['primary_color'] }}!important
|
||||
}
|
||||
@endif
|
||||
|
||||
@if(array_key_exists('secondary_color', DESIGN_PARAMETERS))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user