mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Especially helpful for those running Snipe-IT in a closed environment
This commit is contained in:
parent
ad4bf83aaa
commit
9d555f5436
|
@ -5,11 +5,6 @@
|
|||
Snipe-IT Setup
|
||||
</title>
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
td, th {
|
||||
font-size: 14px;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
@charset "UTF-8";
|
||||
@import url(https://fonts.googleapis.com/css?family=Lato);
|
||||
/*!
|
||||
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
||||
* Copyright 2011-2015 Twitter, Inc.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
|
||||
|
||||
/*!
|
||||
* AdminLTE v2.3.0
|
||||
* Author: Almsaeed Studio
|
||||
|
|
4
public/assets/css/AdminLTE.min.css
vendored
4
public/assets/css/AdminLTE.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,3 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
|
||||
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
|
@ -9204,7 +9203,6 @@ button.close {
|
|||
* License: Open source - MIT
|
||||
* Please visit http://opensource.org/licenses/MIT for more information
|
||||
!*/
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
|
||||
/*
|
||||
* Core: General Layout Style
|
||||
* -------------------------
|
||||
|
@ -14342,5 +14340,8 @@ a.logo.no-hover a:hover {
|
|||
.required {
|
||||
border-right: 6px solid orange;
|
||||
}
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=app.css.map */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,3 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
|
||||
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
|
@ -9204,7 +9203,6 @@ button.close {
|
|||
* License: Open source - MIT
|
||||
* Please visit http://opensource.org/licenses/MIT for more information
|
||||
!*/
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
|
||||
/*
|
||||
* Core: General Layout Style
|
||||
* -------------------------
|
||||
|
@ -14342,5 +14340,8 @@ a.logo.no-hover a:hover {
|
|||
.required {
|
||||
border-right: 6px solid orange;
|
||||
}
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=app.css.map */
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"assets/css/app.css": "assets/css/app-68b995f614.css",
|
||||
"assets/css/app.css": "assets/css/app-fc4d2fdcc4.css",
|
||||
"assets/js/all.js": "assets/js/all-93b23559b9.js"
|
||||
}
|
|
@ -6,8 +6,6 @@
|
|||
* Please visit http://opensource.org/licenses/MIT for more information
|
||||
!*/
|
||||
|
||||
//google fonts
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
|
||||
|
||||
//Bootstrap Variables & Mixins
|
||||
//The core bootstrap code have not been modified. These files
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
|
||||
@icon-font-path: '../../../bower_components/bootstrap-less/fonts';
|
||||
@fa-font-path: '../../../bower_components/font-awesome/fonts/';
|
||||
@import '../../../bower_components/bootstrap-less/less/bootstrap';
|
||||
|
|
|
@ -287,3 +287,9 @@ a.logo.no-hover a:hover {
|
|||
border-right: 6px solid orange;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
|
||||
"Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue