Include bootstrap via sass
One less file to load on the options/register page.
This commit is contained in:
@@ -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%;
|
||||
|
Reference in New Issue
Block a user