Skip to content

Commit 5161132

Browse files
author
Balashov Nikita
committed
styles
1 parent 0955147 commit 5161132

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

phone-book/style/add-user.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,22 @@
55

66
.add-user-block{
77
padding: 10px 0;
8+
}
9+
10+
.correct{
11+
background-color: rgba(10, 194, 56, 0.3) !important;
12+
}
13+
14+
.wrong{
15+
background-color: rgba(194, 10, 10, 0.3) !important;
16+
}
17+
18+
.required{
19+
color: brown;
20+
}
21+
22+
.respond-after-delete{
23+
color: brown;
24+
text-align: center;
25+
margin-top: 20px;
826
}

phone-book/style/main.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@
55
margin: 0;
66
}
77

8+
.authorization-block{
9+
margin-top: 100px;
10+
margin-left: auto;
11+
margin-right: auto;
12+
width: 600px;
13+
min-height: 200px;
14+
border: 3px solid black;
15+
border-radius: 2rem;
16+
}
17+
18+
.au-title{
19+
text-align: center;
20+
border-bottom: 2px solid black;
21+
}
22+
23+
.wraper-for-authorization-inputs{
24+
display: flex;
25+
flex-direction: column;
26+
align-items: center;
27+
}
28+
29+
.au-input{
30+
margin-top: 15px;
31+
margin-bottom: 15px;
32+
border: 1px solid black;
33+
border-radius: 2rem;
34+
padding: 5px 5px 5px 15px;
35+
width: 400px;
36+
}
37+
838
#main-wraper{
939
display: flex;
1040
flex-direction: column;

phone-book/style/user-page.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@
1616

1717
.user-page-value{
1818
margin-right: 50px;
19+
}
20+
21+
#usp-wraper-for-btns{
22+
margin-bottom: 20px;
1923
}

0 commit comments

Comments
 (0)