Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
db1b04e6
Commit
db1b04e6
authored
Nov 29, 2017
by
Andrea Ida Malkah Klaura
Browse files
global styles.css not needed due to bootstrap
parent
15238f3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
db1b04e6
...
...
@@ -36,7 +36,6 @@ export default {
}
</
script
>
<
style
src=
"./styles.css"
lang=
"css"
></
style
>
<
style
>
#app
{
color
:
#2e3436
;
...
...
src/styles.css
deleted
100644 → 0
View file @
15238f3b
/*
...TODO: add author and license info n' stuff
*/
/**
* Layout
*/
/**
* Typography
*/
/*
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@font-face {
font-family: Ubuntu;
src: url(assets/Ubuntu-R.ttf);
}
@font-face {
font-family: Ubuntu;
src: url(assets/Ubuntu-B.ttf);
font-weight: bold;
}
@font-face {
font-family: Ubuntu;
src: url(assets/Ubuntu-RI.ttf);
font-style: italic;
}
@font-face {
font-family: Ubuntu;
src: url(assets/Ubuntu-BI.ttf);
font-style: italic;
font-weight: bold;
}
body,
button,
input,
select,
textarea {
font-family: 'Ubuntu', sans-serif;
font-size: 12pt;
line-height: 1.3;
}
*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment