Home page and news page are finished
This commit is contained in:
28
resources/assets/sass/components/_radio_box.scss
vendored
Normal file
28
resources/assets/sass/components/_radio_box.scss
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
@use "../abstracts/mixin" as *;
|
||||
|
||||
.radio_box {
|
||||
padding: 15px 23px 15px 15px;
|
||||
width: CALC(100% - 38px);
|
||||
|
||||
h2 {
|
||||
font-family: Montserrat, serif;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
line-height: 1.35;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
.post_date {
|
||||
@include post_date;
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
font-family: Nunito, serif;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
line-height: 1.57;
|
||||
text-align: left;
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user