mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
fixed syntax
This commit is contained in:
parent
d9c718aa8b
commit
dc4830c561
@ -4,7 +4,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Todo: Download and add locally
|
|
||||||
// <link href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;600&display=swap" rel="stylesheet">
|
// <link href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;600&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
$font-family-heading: 'Dosis', Helvetica, Arial, Lucida, sans-serif;
|
$font-family-heading: 'Dosis', Helvetica, Arial, Lucida, sans-serif;
|
||||||
@ -240,9 +239,9 @@ div.ds-number > p.ds-number-count {
|
|||||||
/* active tab border bottom color */
|
/* active tab border bottom color */
|
||||||
div.tab-navigation li.Tabs__tab {
|
div.tab-navigation li.Tabs__tab {
|
||||||
border-bottom-color: $color-primary;
|
border-bottom-color: $color-primary;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ds-button with primary color */
|
||||||
/* ds-button with primary color */
|
|
||||||
.ds-button-primary {
|
.ds-button-primary {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $color-headings; // Blue text
|
color: $color-headings; // Blue text
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user