Add some variables to the scss files
Use the period API call for the program schema
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@use "../abstracts/mixin" as *;
|
||||
@use "../abstracts/variables" as *;
|
||||
|
||||
.radio_box {
|
||||
padding: 15px 23px 15px 15px;
|
||||
@@ -9,7 +10,7 @@
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
line-height: 1.35;
|
||||
color: #1a1a1a;
|
||||
color: $text-color;
|
||||
}
|
||||
|
||||
.post_date {
|
||||
@@ -23,6 +24,6 @@
|
||||
font-weight: 500;
|
||||
line-height: 1.57;
|
||||
text-align: left;
|
||||
color: #666;
|
||||
color: $text-secondary-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user