
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@charset "utf-8";
.flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.flex-start {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.flex-align {
display: flex;
justify-content: flex-start;
align-items: center;
}
.main-wrap > div{
height: 100%;
}
.content-box {
width: 100%;
height: 100%;
padding: 30px;
background-color: #fff;
height: 100%;
}
.main-title{
padding: 10px 0;
}
/* btn */
.btn-wrap {
display: flex;
justify-content: end;
padding: 10px 0;
}
.dark-gray-btn {
background-color: #525e64;
color: #fff;
padding: 5px 10px;
border-radius: 3px;
margin-left: 5px;
}
.gray-btn {
background-color: #ddd;
color: #333;
padding: 5px 10px;
border-radius: 3px;
margin-left: 5px;
}
.white-btn {
border: 1px solid #525e64;
color: #525e64;
padding: 5px 10px;
border-radius: 3px;
background-color: #fff;
margin-left: 5px;
}
.blue-btn {
background-color: #4b77be;
padding: 5px 10px;
border-radius: 3px;
color: #fff;
margin-left: 5px;
}
.red-btn {
background-color: #E7505A;
padding: 5px 10px;
border-radius: 3px;
color: #fff;
margin-left: 5px;
}