Browse Source

changes for button borders

main
Anxhelo Lushka 6 years ago
parent
commit
36db1181a0
No known key found for this signature in database GPG Key ID: 1FDB240321304A01
  1. 15
      _sass/_layout.scss
  2. 2
      index.html

15
_sass/_layout.scss

@ -1,7 +1,7 @@
/* Site Header
* ============================================== */
.site-header {
min-height: 500px;
min-height: 450px;
background-color: $brand-color;
background-image: url('');
background-size: cover;
@ -28,7 +28,7 @@
font-size: 16px !important;
font-weight: 600;
text-transform: uppercase;
padding: 17px 24px;
padding: 12px 24px;
box-sizing: border-box;
}
@ -41,7 +41,7 @@
border: 3px solid #FFFFFF;
box-sizing: border-box;
border-radius: 10px;
padding: 17px 24px;
padding: 12px 20px;
&:hover {
background-color: #fff !important;
@ -63,7 +63,7 @@
border: 3px solid #FFFFFF;
box-sizing: border-box;
border-radius: 10px;
padding: 17px 24px;
padding: 12px 20px;
margin-left: 15px;
&:hover {
@ -85,7 +85,7 @@
}
.site-header p {
font-size: 24px;
font-size: 20px;
}
.site-header h1 {
@ -313,4 +313,9 @@
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
line-height: 1.4;
}
.non-justify {
text-align: initial;
}

2
index.html

@ -2,7 +2,7 @@
layout: default
---
<div class="row">
<div class="row non-justify">
<div class="col-sm">
<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.9969 37.0986C28.7099 37.0986 36.5838 29.1732 36.5838 19.3966C36.5838 9.62005 28.7099 1.69458 18.9969 1.69458C9.28386 1.69458 1.40991 9.62005 1.40991 19.3966C1.40991 29.1732 9.28386 37.0986 18.9969 37.0986Z" fill="white"/>

Loading…
Cancel
Save