This commit is contained in:
Patrick Alvin Alcala 2026-01-30 14:45:20 +08:00
parent 8e724b166a
commit b5e92165c8
33 changed files with 82 additions and 223 deletions

View file

@ -36,7 +36,7 @@ $bootstrapInfo: rgb(49, 210, 242)
$bootstrapLight: rgb(211, 212, 213)
$bootstrapDark: rgb(33, 37, 41)
.button
.dasig-button
background-color: $primaryColor
border: none
color: white
@ -56,7 +56,7 @@ $bootstrapDark: rgb(33, 37, 41)
transform: scale(0.95)
.bu-primary
@extend .button
@extend .dasig-button
font-family: fonts.$Inter
background-color: $bulmaPrimary
color: $bulmaPrimaryText
@ -145,7 +145,7 @@ $bootstrapDark: rgb(33, 37, 41)
text-decoration: underline
.bo-primary
@extend .button
@extend .dasig-button
font-family: 'Segoe UI', fonts.$Roboto
background-color: $bootstrapPrimary
color: $bootstrapTextLight