Procházet zdrojové kódy

Correct css file name

tags/v0.1.0
Immanuel Onyeka před 3 roky
rodič
revize
9c7d5130d1
3 změnil soubory, kde provedl 1 přidání a 24 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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>


Načítá se…
Zrušit
Uložit