瀏覽代碼

Correct css file name

tags/v0.1.0
Immanuel Onyeka 3 年之前
父節點
當前提交
9c7d5130d1
共有 3 個文件被更改,包括 1 次插入24 次删除
  1. +0
    -23
      resources/scss/panel.scss
  2. +0
    -1
      resources/views/home.blade.php
  3. +1
    -0
      resources/views/master.blade.php

+ 0
- 23
resources/scss/panel.scss 查看文件

@@ -1,23 +0,0 @@
@use "vars";
@use "main";

main {
margin-top: 50px;
min-height: 40em;
}

h1 {
color: vars.getColor('brand-orange');
}

.info-heading {
text-align: center;
margin: 8em 1em 7em 1em;
h3 {
margin-bottom: 3em;
}
}

.brand-button {
@include vars.brand-button("brand-orange");
}

+ 0
- 1
resources/views/home.blade.php 查看文件

@@ -5,7 +5,6 @@

@section('head-metas')
@parent
<link rel="stylesheet" href="css/main.css">
@endsection

@section('login-form')


+ 1
- 0
resources/views/master.blade.php 查看文件

@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="">
<link rel="shortcut icon" type="image/jpg" href="/img/arrow-up.svg"/>
<link rel="stylesheet" href="/css/app.css">
@show
<title>Trendplays - @yield('title')</title>
</head>


Loading…
取消
儲存