mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
Add 'Inter' font, change placeholder color to grey
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
/* additional css on top of kpop */
|
||||
@font-face {
|
||||
font-family: Inter;
|
||||
src: url(./fonts/inter.ttf) format('truetype');
|
||||
font-weight: 100 900;
|
||||
font-style: oblique 0deg 12deg;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-family: Inter, 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
strong {
|
||||
@@ -43,7 +50,7 @@ strong {
|
||||
|
||||
.oc-input {
|
||||
background-color: #fff;
|
||||
border: 1px solid rgba(78, 133, 200, 0.8);
|
||||
border: 1px solid #fff;
|
||||
border-radius: 3px;
|
||||
height: 40px;
|
||||
width: 300px;
|
||||
@@ -72,10 +79,6 @@ strong {
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.oc-input::placeholder {
|
||||
color: rgba(78, 133, 200, 0.8);
|
||||
}
|
||||
|
||||
.oc-input + .oc-input {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
BIN
services/idp/src/fonts/inter.ttf
Normal file
BIN
services/idp/src/fonts/inter.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user