8 lines
74 B
CSS
8 lines
74 B
CSS
|
/**
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
.border-blue-bottom {
|
||
|
border-bottom: 3px solid #067ec1;
|
||
|
}
|