This commit is contained in:
sairaj mote 2020-05-23 11:27:55 +05:30
parent 9a2aa627c2
commit 9d98bf50bd
5 changed files with 2285 additions and 632 deletions

View File

@ -67,13 +67,13 @@ input:invalid {
button { button {
border: none; border: none;
border-radius: 0.4em; border-radius: 0.2em;
text-transform: uppercase; text-transform: uppercase;
font-weight: 500; font-weight: 500;
letter-spacing: 0.06em; letter-spacing: 0.06em;
background: rgba(var(--text), 0.1); background: transparent;
cursor: pointer; cursor: pointer;
padding: 0.8rem 1.5rem; padding: 0.6rem 1rem;
color: var(--primary-color); color: var(--primary-color);
-ms-flex-item-align: center; -ms-flex-item-align: center;
-ms-grid-row-align: center; -ms-grid-row-align: center;
@ -756,6 +756,7 @@ p {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
white-space: nowrap; white-space: nowrap;
border-bottom: transparent; border-bottom: transparent;
text-transform: capitalize;
} }
.tabs .tab:last-of-type { .tabs .tab:last-of-type {
@ -990,7 +991,7 @@ p {
} }
} }
@media only screen and (min-width: 1280px) { @media only screen and (min-width: 1366px) {
.margin, .page { .margin, .page {
margin: 0 16vw; margin: 0 16vw;
} }

File diff suppressed because one or more lines are too long

View File

@ -46,13 +46,13 @@ input:invalid{
} }
button{ button{
border: none; border: none;
border-radius: 0.4em; border-radius: 0.2em;
text-transform: uppercase; text-transform: uppercase;
font-weight: 500; font-weight: 500;
letter-spacing: 0.06em; letter-spacing: 0.06em;
background: rgba(var(--text), 0.1); background: transparent;
cursor: pointer; cursor: pointer;
padding: 0.8rem 1.5rem; padding: 0.6rem 1rem;
color: var(--primary-color); color: var(--primary-color);
align-self: center; align-self: center;
} }
@ -506,6 +506,7 @@ p{
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
white-space: nowrap; white-space: nowrap;
border-bottom: transparent; border-bottom: transparent;
text-transform: capitalize;
&:last-of-type{ &:last-of-type{
margin-right: 0; margin-right: 0;
} }
@ -676,7 +677,7 @@ p{
} }
} }
} }
@media only screen and (min-width: 1280px){ @media only screen and (min-width: 1366px){
.margin, .page{ .margin, .page{
margin: 0 16vw; margin: 0 16vw;
} }

1712
index.html

File diff suppressed because it is too large Load Diff

1185
vivekFloScout.html Normal file

File diff suppressed because it is too large Load Diff