Include bootstrap via sass

One less file to load on the options/register page.
pull/749/head
lilia 10 years ago
parent 7da9a1d5a7
commit f8db7c606a

@ -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…
Cancel
Save