Skip to content

Commit a53402f

Browse files
committed
remove flat-ui css
1 parent 2f1c19c commit a53402f

2 files changed

Lines changed: 39 additions & 2312 deletions

File tree

app/assets/stylesheets/application.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,43 @@ html, body {
1212
body {
1313
background-color: #FAF2E5;
1414
overflow-x: hidden;
15+
font: 14px/1.231 "Lato", sans-serif;
16+
}
17+
18+
a {
19+
color: #1abc9c;
20+
text-decoration: underline;
21+
}
22+
23+
a:hover {
24+
color: #2ecc71;
25+
text-decoration: none;
26+
}
27+
28+
textarea,
29+
input[type="text"],
30+
input[type="password"],
31+
input[type="email"],
32+
input[type="url"],
33+
input[type="search"],
34+
input[type="tel"] {
35+
border: 2px solid #dce4ec;
36+
font-family: "Lato", sans-serif;
37+
font-size: 14px;
38+
padding: 8px 0 9px 10px;
39+
border-radius: 6px;
40+
box-shadow: none;
41+
}
42+
43+
textarea:focus,
44+
input[type="text"]:focus,
45+
input[type="password"]:focus,
46+
input[type="email"]:focus,
47+
input[type="url"]:focus,
48+
input[type="search"]:focus,
49+
input[type="tel"]:focus {
50+
border-color: #484948;
51+
box-shadow: none;
1552
}
1653

1754
hr {
@@ -95,6 +132,8 @@ code {
95132
}
96133

97134
.btn {
135+
border: none;
136+
font-size: 16.5px;
98137
position: relative;
99138
top: 0px;
100139
background-color: #484948;

0 commit comments

Comments
 (0)