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>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="stylesheets/options.css">
|
||||
<link rel="stylesheet" href="stylesheets/bootstrap.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id='init-setup' class='collapse'>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<title>Register for Signal</title>
|
||||
<meta charset="utf-8">
|
||||
<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">
|
||||
</head>
|
||||
<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 'bootstrap';
|
||||
|
||||
html,body {
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue