You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
474 B
35 lines
474 B
.f_r_c_c{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.f_c{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.f_c_m_c {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.f_r_sa_c {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
|
|
.f_r_sb_c {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.f_r_m_c {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.border-b {
|
|
border-bottom: 1px solid #EEEEEE;
|
|
}
|
|
|