Initial commit
This commit is contained in:
35
packages/base-design/Resources/Public/Scss/Layout/_text.scss
Normal file
35
packages/base-design/Resources/Public/Scss/Layout/_text.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 500;
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
.frame-background-primary {
|
||||
color: $white;
|
||||
|
||||
.btn-primary {
|
||||
background: $white;
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
.frame-background-light {
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
color: $white;
|
||||
}
|
||||
Reference in New Issue
Block a user