0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 11:27:29 +01:00
flags/assets/docs.css
Panayiotis Lipiridis 9a0f6d8f03 homepage
2021-10-22 23:53:27 +03:00

43 lines
582 B
CSS

.header {
margin: 0 0 48px;
padding: 32px 0;
text-align: center;
background: linear-gradient(90deg, #2b8a3e, #e8590c);
color: #fff;
font-size: 1.2em;
}
.header .btn {
margin: 0 4px;
}
.no-wrap {
white-space: nowrap;
margin-bottom: 8px;
overflow: hidden;
text-overflow: ellipsis;
}
.flag {
border-radius: 2px;
border: 1px solid #dee2e6;
margin-bottom: 32px;
padding: 8px;
}
.flag-country {
width: 100%;
border-bottom: 1px solid #e9ecef;
}
.flag-img {
width: 100%;
}
.flag-code {
color: #adb5bd;
margin-right: 4px;
font-size: 0.9em;
}