Skip to content

Commit

Permalink
Update css variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaprajescu committed Oct 12, 2017
1 parent 0c066ee commit 2f8c14d
Show file tree
Hide file tree
Showing 25 changed files with 162 additions and 48 deletions.
6 changes: 6 additions & 0 deletions dist/call_to_action.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions dist/contacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block pt-0">
Expand Down
6 changes: 6 additions & 0 deletions dist/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
40 changes: 18 additions & 22 deletions dist/css/froala_blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
border-color: #1f69ff; }
.btn.btn-black {
color: #FFFFFF;
background-color: #444444;
border-color: #444444; }
background-color: #000000;
border-color: #000000; }
.btn.btn-black.btn-empty {
background-color: transparent;
color: #444444; }
color: #000000; }
.btn.btn-black:hover {
color: #FFF;
background-color: #515151;
border-color: #515151; }
background-color: #0d0d0d;
border-color: #0d0d0d; }
.btn.btn-white {
color: #444444;
color: #000000;
background-color: #FFFFFF;
border-color: #FFFFFF; }
.btn.btn-white.btn-empty {
background-color: transparent;
color: #FFFFFF; }
.btn.btn-white:hover {
color: #444444;
color: #000000;
background-color: #DEDEDE;
border-color: #DEDEDE; }
.btn.btn-shadow {
Expand Down Expand Up @@ -83,22 +83,21 @@
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizelegibility;
padding: 100px 0;
border-bottom: solid 1px #EEE;
color: #444;
color: #444444;
position: relative;
background-size: cover;
background-position: center;
overflow: hidden;
background-color: #FFF; }
background-color: #FFFFFF; }
.fdb-block.fdb-viewport {
min-height: calc(100% - 200px); }
min-height: calc(100% - 2 * $block-padding); }
.fdb-block.fdb-viewport .container {
min-height: calc(100% - 200px); }
min-height: calc(100% - 2 * $block-padding); }
.fdb-block.fdb-image-bg {
color: #f2f2f2; }
.fdb-block .fdb-box {
background: #FFF;
color: #444;
background: #FFFFFF;
color: #444444;
padding: 60px 40px;
border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -141,9 +140,6 @@
font-weight: 400; }
.fdb-block .font-weight-light {
font-weight: 300; }
.fdb-block p {
font-size: 1em;
margin-bottom: 10px; }
.fdb-block img {
border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -207,24 +203,24 @@ footer {
footer.bg-dark a {
color: #f2f2f2; }
footer a {
color: #444; }
color: #444444; }

header {
background-color: #FFF; }
background-color: #FFFFFF; }
header .navbar-nav a.nav-link {
color: #777; }
header .navbar-nav a.nav-link:hover {
color: #528bff; }
header .navbar-nav .active a.nav-link {
color: #444; }
color: #444444; }
header .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#444' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
header.bg-dark .navbar-nav a.nav-link {
color: #dcdcdc; }
header.bg-dark .navbar-nav a.nav-link:hover {
color: #528bff; }
header.bg-dark .navbar-nav .active a.nav-link {
color: #fff; }
color: #FFFFFF; }
header.bg-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

Expand All @@ -237,7 +233,7 @@ header + header {

.bg-gray {
background-color: #fafafa;
color: #444; }
color: #444444; }

.br {
border-radius: 4px;
Expand Down
6 changes: 6 additions & 0 deletions dist/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions dist/footers.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<footer class="fdb-block footer-small">
Expand Down
6 changes: 6 additions & 0 deletions dist/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions dist/headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<header>
Expand Down
6 changes: 6 additions & 0 deletions dist/pricings.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions dist/teams.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block team-1">
Expand Down
6 changes: 6 additions & 0 deletions dist/testimonials.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions src/html/call_to_action.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions src/html/contacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block pt-0">
Expand Down
6 changes: 6 additions & 0 deletions src/html/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions src/html/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions src/html/footers.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<footer class="fdb-block footer-small">
Expand Down
6 changes: 6 additions & 0 deletions src/html/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions src/html/headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<header>
Expand Down
6 changes: 6 additions & 0 deletions src/html/pricings.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
6 changes: 6 additions & 0 deletions src/html/teams.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block team-1">
Expand Down
6 changes: 6 additions & 0 deletions src/html/testimonials.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">

<link type="text/css" rel="stylesheet" href="../css/froala_blocks.css">

<style>
.fdb-block {
border-bottom: solid 1px #EEE;
}
</style>
</head>
<body>
<section class="fdb-block">
Expand Down
2 changes: 1 addition & 1 deletion src/scss/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
@include border-radius(20px);
min-width: 150px;
}
}
}
Loading

0 comments on commit 2f8c14d

Please sign in to comment.