Include bootstrap via sass
One less file to load on the options/register page.
This commit is contained in:
parent
7da9a1d5a7
commit
f8db7c606a
6 changed files with 6210 additions and 4 deletions
|
@ -18,7 +18,6 @@
|
||||||
<title>Signal Options</title>
|
<title>Signal Options</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" href="stylesheets/options.css">
|
<link rel="stylesheet" href="stylesheets/options.css">
|
||||||
<link rel="stylesheet" href="stylesheets/bootstrap.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='init-setup' class='collapse'>
|
<div id='init-setup' class='collapse'>
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
<title>Register for Signal</title>
|
<title>Register for Signal</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" href="stylesheets/options.css">
|
<link rel="stylesheet" href="stylesheets/options.css">
|
||||||
<link rel="stylesheet" href="stylesheets/bootstrap.css">
|
|
||||||
<link rel="stylesheet" href="components/intl-tel-input/build/css/intlTelInput.css">
|
<link rel="stylesheet" href="components/intl-tel-input/build/css/intlTelInput.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -14,6 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
@import 'bootstrap';
|
||||||
|
|
||||||
html,body {
|
html,body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue