feat: scss
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
@import custom.css
|
||||
body
|
||||
@apply font-beVietnam text-black-500
|
||||
|
||||
// video
|
||||
// max-width: 100% !important
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
|
||||
/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap'); */
|
||||
|
||||
.custom_scrollbar {
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -16,6 +16,12 @@ $color-line: #EDEDED;
|
||||
// Mixins
|
||||
|
||||
// extends
|
||||
|
||||
body {
|
||||
font-size: 14px;
|
||||
font-family: $font-raleway;
|
||||
}
|
||||
|
||||
%headings {
|
||||
color: $color-text;
|
||||
font-family: $font-gelasio;
|
||||
@@ -37,6 +43,10 @@ $color-line: #EDEDED;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: $font-gelasio;
|
||||
}
|
||||
|
||||
h1 a {
|
||||
@extend %headings;
|
||||
font-size: 64px;
|
||||
@@ -154,3 +164,7 @@ div[layout="ARTICLE_PAGE"] {
|
||||
@apply md:gap-20px
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1385px;
|
||||
}
|
||||
@@ -61,18 +61,16 @@ const LAYOUT_PARSE = computed(() => {
|
||||
}
|
||||
|
||||
.layout_container {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
padding-top: 20px;
|
||||
|
||||
&.center-layout {
|
||||
max-width: 1300px;
|
||||
max-width: 1385px;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(1, minmax(0, 1fr));
|
||||
/* gap: 40px; */
|
||||
grid-template-columns: repeat(1, minmax(0, 1fr));
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -102,13 +102,13 @@ import { enumPageComponentLayouts, enumPageComponentTemplate, enumPageComponentK
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex justify-between items-end footer-bottomtab-description">
|
||||
<div class="w-1/2">
|
||||
<div class="w-1/2 space-y-10px">
|
||||
<p>© Bản quyền thuộc báo điện tử <span class="fw-bold">Tiền Phong</span></p>
|
||||
<p><span class="fw-bold">Tổng Biên tập</span>: LÊ XUÂN SƠN</p>
|
||||
<p>Tòa soạn: 15 Hồ Xuân Hương, Hà Nội - Điện thoại: 024.39431250</p>
|
||||
<p>Email: <span class="fw-bold">online.baotienphong@gmail.com</span> - Hotline: <span class="fw-bold">0865.015.015 - 0977.456.112</span></p>
|
||||
</div>
|
||||
<div class="w-1/2">
|
||||
<div class="w-1/2 space-y-10px">
|
||||
<p>Giấy phép số <span class="fw-bold">76/GP-BTTTT</span>, cấp ngày 26/02/2020.</p>
|
||||
<p>Cơ quan chủ quản: <span class="fw-bold">Trung ương Đoàn TNCS Hồ Chí Minh</span></p>
|
||||
<p>Cấm sao chép dưới mọi hình thức nếu không có sự chấp thuận bằng văn bản</p>
|
||||
|
||||
Reference in New Issue
Block a user