add basic page template
This commit is contained in:
10879
src/anki_creator_flask/static/assets/css/all.css
Normal file
10879
src/anki_creator_flask/static/assets/css/all.css
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
@import url(fontawesome-all.min.css);
|
||||
@import url(all.css);
|
||||
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700,300i,600i,700i|Raleway:600,800");
|
||||
|
||||
/*
|
||||
@@ -2226,7 +2226,7 @@ input, select, textarea {
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
text-transform: none !important;
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
font-family: 'Font Awesome 7 Free';
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
@@ -2331,7 +2331,7 @@ input, select, textarea {
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
text-transform: none !important;
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
font-family: 'Font Awesome 7 Free';
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@@ -2339,12 +2339,16 @@ input, select, textarea {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icon.solid:before {
|
||||
.icon.fa-solid:before {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.icon.fa-solid:after {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.icon.brands:before {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
font-family: 'Font Awesome 7 Brands';
|
||||
}
|
||||
|
||||
/* Image */
|
||||
@@ -3170,12 +3174,17 @@ input, select, textarea {
|
||||
}
|
||||
|
||||
ul.feature-icons li {
|
||||
margin: 2.5rem 0 0 0;
|
||||
/* margin: 2.5rem 0 0 0; */
|
||||
padding: 0.5rem 0 0 4.5rem;
|
||||
position: relative;
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
ul.feature-icons li.icon p {
|
||||
font-family: "Source Sans Pro", Helvetica, sans-serif;
|
||||
font-weight: initial;
|
||||
}
|
||||
|
||||
ul.feature-icons li:before {
|
||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath d='M256,0l221.7,128v256L256,512L34.3,384V128L256,0z' fill='rgba(144, 144, 144, 0.1)' /%3E%3C/svg%3E");
|
||||
background-position: center;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.solid {
|
||||
&.fa-solid {
|
||||
&:before {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user